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 _
)
public InvalidCharsetException (
string charsetName
)
public:
InvalidCharsetException (
String^ charsetName
)
public InvalidCharsetException (
String charsetName
)
public function InvalidCharsetException (
charsetName : String
)
Parameters
- charsetName
The invalid character set.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003