TextConvertersException Constructor (String)
The TextConvertersException constructor creates a new TextConvertersException object with a specified message.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public TextConvertersException (
string message
)
public:
TextConvertersException (
String^ message
)
public TextConvertersException (
String message
)
public function TextConvertersException (
message : String
)
Parameters
- message
The message for this exception.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003