InvalidCharsetException Constructor (Int32, String, Exception)
The InvalidCharsetException constructor creates a new InvalidCharsetException object 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 ( _
codePage As Integer, _
message As String, _
innerException As Exception _
)
public InvalidCharsetException (
int codePage,
string message,
Exception innerException
)
public:
InvalidCharsetException (
int codePage,
String^ message,
Exception^ innerException
)
public InvalidCharsetException (
int codePage,
String message,
Exception innerException
)
public function InvalidCharsetException (
codePage : int,
message : String,
innerException : Exception
)
Parameters
- codePage
The invalid code page.
- 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