MimeException constructor (String)
The MimeException constructor creates a new MimeException object by using message.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New MimeException(message)
public MimeException(
string message
)
Parameters
message
Type: System.StringA string that contains the error message for this exception.