CultureNotFoundException Constructor (String)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Initializes a new instance of the CultureNotFoundException class with the specified error message.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public CultureNotFoundException(
    string message
)

Parameters

  • message
    Type: System.String
    The error message that explains the reason for this exception.

Remarks

This constructor initializes the Message property of the new instance by using the value of the message parameter. The caller of this constructor must ensure that this string has been localized for the current system culture.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.