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 _
)
public InvalidCharsetException (
    string charsetName,
    string message,
    Exception innerException
)
public:
InvalidCharsetException (
    String^ charsetName, 
    String^ message, 
    Exception^ innerException
)
public InvalidCharsetException (
    String charsetName, 
    String message, 
    Exception innerException
)
public function InvalidCharsetException (
    charsetName : String, 
    message : String, 
    innerException : Exception
)
Parameters
- charsetName
The invalid character set. 
- message
The message for this InvalidCharsetException object. 
- innerException
The exception that caused this InvalidCharsetException to be thrown. 
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003