다음을 통해 공유


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 _
)
public MimeException (
    string message
)
public:
MimeException (
    String^ message
)
public MimeException (
    String message
)
public function MimeException (
    message : String
)

Parameters

  • message
    A string that contains the error message for this exception.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003