UnknownCultureException Constructor (Int32, String, Exception)
The UnknownCultureException constructor creates a new UnknownCultureException 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 ( _
localeId As Integer, _
message As String, _
innerException As Exception _
)
'Usage
Dim localeId As Integer
Dim message As String
Dim innerException As Exception
Dim instance As New UnknownCultureException(localeId, _
message, innerException)
public UnknownCultureException(
int localeId,
string message,
Exception innerException
)
Parameters
- localeId
Type: System.Int32
The locale ID that was not recognized.
- message
Type: System.String
The message for this UnknownCultureException exception.
- innerException
Type: System.Exception
The exception that caused this UnknownCultureException to be thrown.