Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
'Usage
Dim message As String
Dim instance As New TextConvertersException(message)
public TextConvertersException(
string message
)
Parameters
message
Type: System.StringThe message for this exception.
See also
Reference
TextConvertersException members