InvalidCharsetException constructor (String)
The InvalidCharsetException constructor creates a new InvalidCharsetException.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
charsetName As String _
)
'Usage
Dim charsetName As String
Dim instance As New InvalidCharsetException(charsetName)
public InvalidCharsetException(
string charsetName
)
Parameters
charsetName
Type: System.StringThe invalid character set.
See also
Reference
InvalidCharsetException members