Initializes a new instance of MimeException with the specified message.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String _
)
C#
public MimeException(
	string message
)

Parameters

message
Type: System..::..String
Message that describes the error.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also