MsgMessageException Constructor
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
MsgMessageException(String)
Initializes a new instance of MsgMessageException with the specified message.
Declaration
public MsgMessageException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message that describes the error. |
MsgMessageException(String, Exception)
Initializes a new instance of MsgMessageException with the specified message and inner exception.
Declaration
public MsgMessageException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message that describes the error. |
Exception | innerException | The exception that was the cause of this exception. |