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.

See also

Reference

UnknownCultureException class

UnknownCultureException members

UnknownCultureException overload

Microsoft.Exchange.Data.Globalization namespace