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.Int32The locale ID that was not recognized.
message
Type: System.StringThe message for this UnknownCultureException exception.
innerException
Type: System.ExceptionThe exception that caused this UnknownCultureException to be thrown.
See also
Reference
UnknownCultureException members