Hunny Software Library Reference

DecodeException Constructor (Int32, String)

Constructor that takes an error code and error message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal errorCode As Integer, _
   ByVal message As String _
)
[C#]
public DecodeException(
   int errorCode,
   string message
);

Parameters

errorCode
the error code associate with the decode error
message
the error message associated with the decode error

See Also

DecodeException Class | Hunny.Mime Namespace | DecodeException Constructor Overload List