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 _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New TextConvertersException(message, _
innerException)
public TextConvertersException(
string message,
Exception innerException
)
Parameters
message
Type: System.StringA string that contains the error message for this TextConvertersException object.
innerException
Type: System.ExceptionThe inner exception that triggered this TextConvertersException exception.
See also
Reference
TextConvertersException members