다음을 통해 공유


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 _
)
public UnknownCultureException (
    int localeId,
    string message
)
public:
UnknownCultureException (
    int localeId, 
    String^ message
)
public UnknownCultureException (
    int localeId, 
    String message
)
public function UnknownCultureException (
    localeId : int, 
    message : String
)

Parameters

  • localeId
    The locale ID that was not recognized.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003