Share via


UnknownCultureException constructor (Int32)

The UnknownCultureException constructor creates a new UnknownCultureException object.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    localeId As Integer _
)
'Usage
Dim localeId As Integer

Dim instance As New UnknownCultureException(localeId)
public UnknownCultureException(
    int localeId
)

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