Freigeben über


ByteEncoderException Constructor (String)

The ByteEncoderException constructor creates a new ByteEncoderException with an informative message.

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 _
)
'Usage
Dim message As String

Dim instance As New ByteEncoderException(message)
public ByteEncoderException(
    string message
)

Parameters

  • message
    Type: System.String
    A string that contains the error message for this exception.