다음을 통해 공유


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

Parameters

  • localeId
    The locale ID that was not recognized.
  • innerException
    The exception that caused this UnknownCultureException to be thrown.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2003