Share via


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.

See also

Reference

ByteEncoderException class

ByteEncoderException members

ByteEncoderException overload

Microsoft.Exchange.Data.Mime.Encoders namespace