Share via


InvalidCharsetException constructor (String, String, Exception)

The InvalidCharsetException constructor creates a new InvalidCharsetException from an inner exception.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    charsetName As String, _
    message As String, _
    innerException As Exception _
)
'Usage
Dim charsetName As String
Dim message As String
Dim innerException As Exception

Dim instance As New InvalidCharsetException(charsetName, _
    message, innerException)
public InvalidCharsetException(
    string charsetName,
    string message,
    Exception innerException
)

Parameters

See also

Reference

InvalidCharsetException class

InvalidCharsetException members

InvalidCharsetException overload

Microsoft.Exchange.Data.Globalization namespace