CharsetNotInstalledException constructor (Int32, String, Exception)
The CharsetNotInstalledException constructor creates a new CharsetNotInstalledException 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 _
)
'Usage
Dim codePage As Integer
Dim message As String
Dim innerException As Exception
Dim instance As New CharsetNotInstalledException(codePage, _
message, innerException)
public CharsetNotInstalledException(
int codePage,
string message,
Exception innerException
)
Parameters
codePage
Type: System.Int32The code page for which a character set is not installed.
message
Type: System.StringThe message for this exception.
innerException
Type: System.ExceptionThe exception that caused this CharsetNotInstalledException to be thrown.
See also
Reference
CharsetNotInstalledException class
CharsetNotInstalledException members