CultureNotFoundException Constructor (String, String)
Initializes a new instance of the CultureNotFoundException class with a specified error message and the name of the parameter that is the cause this exception.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public CultureNotFoundException( string paramName, string message )
<TemplateAttribute> _ Public Sub New ( _ paramName As String, _ message As String _ )
[TemplateAttribute] public: CultureNotFoundException( String^ paramName, String^ message )
Parameters
- paramName
- Type: System..::..String
The name of the parameter that is the cause of the current exception.
- message
- Type: System..::..String
The error message to display with this exception.