MimeException Constructor
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9147)
MimeException()
Initializes a new instance of Mime
Declaration
public MimeException()
MimeException(String)
Initializes a new instance of Mime
Declaration
public MimeException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message that describes the error. |
MimeException(String, Exception)
Initializes a new instance of Mime
Declaration
public MimeException(string message, Exception inner)