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