Share via


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

See also

Reference

TextConvertersException class

TextConvertersException members

TextConvertersException overload

Microsoft.Exchange.Data.TextConverters namespace