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