Partager via


MimeException Constructor

Include Protected Members
Include Inherited Members

The MimeException constructor overloads create new MimeException objects.

Overload List

  Name Description
Public method MimeException(String) The MimeException constructor creates a new MimeException object by using message.
Protected method MimeException(SerializationInfo, StreamingContext) The MimeException constructor creates a new MimeException object that can be serialized by using info and context.
Public method MimeException(String, Exception) The MimeException constructor creates a new MimeException from message and innerException.

Top