Share via


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.String

    A string that contains the error message for this exception.

See also

Reference

MimeException class

MimeException members

MimeException overload

Microsoft.Exchange.Data.Mime namespace