MimeException Constructor
Include Protected Members
Include Inherited Members
The MimeException constructor overloads create new MimeException objects.
Overload List
Name | Description | |
---|---|---|
MimeException(String) | The MimeException constructor creates a new MimeException object by using message. | |
MimeException(SerializationInfo, StreamingContext) | The MimeException constructor creates a new MimeException object that can be serialized by using info and context. | |
MimeException(String, Exception) | The MimeException constructor creates a new MimeException from message and innerException. |
Top