MimeException.MimeException

MimeException()

Initializes a new instance of the MimeException class.

public MimeException()

See Also


MimeException(string)

Initializes a new instance of the MimeException class.

public MimeException(string message)
ParameterTypeDescription
messageStringThe error message.

See Also


MimeException(string, Exception)

Initializes a new instance of the MimeException class.

public MimeException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message.
innerExceptionExceptionThe inner exception.

See Also