다음을 통해 공유


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

Parameters

  • message
    A string that contains the error message for this MimeException object.
  • innerException
    The inner exception that triggered this MimeException object.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003