Share via


MimeException constructor (String, Exception)

The MimeException constructor creates a new MimeException from message and innerException.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New MimeException(message, _
    innerException)
public MimeException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

MimeException class

MimeException members

MimeException overload

Microsoft.Exchange.Data.Mime namespace