ByteEncoderException Constructor (String, Exception)
The ByteEncoderException constructor creates a new ByteEncoderException from an inner exception.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
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 ByteEncoderException(message, _
innerException)
public ByteEncoderException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
A string that contains the error message for this exception.
- innerException
Type: System.Exception
The inner exception that triggered this ByteEncoderException.