Share via


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

Parameters

  • message
    A string that contains the error message for this exception.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003