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