Initializes a new instance of MsgMessageException with the specified message and inner exception.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
| C# |
|---|
public MsgMessageException( string message, Exception innerException ) |
Parameters
- message
- Type: System..::..String
Message that describes the error.
- innerException
- Type: System..::..Exception
The exception that was the cause of this exception.