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
message
Type: System.StringA string that contains the error message for this MimeException object.
innerException
Type: System.ExceptionThe inner exception that triggered this MimeException object.