CultureNotFoundException Constructor (String, String, Exception)
Namespace:
System.Globalization
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public CultureNotFoundException( string message, string invalidCultureName, Exception innerException )
<TemplateAttribute> _ Public Sub New ( _ message As String, _ invalidCultureName As String, _ innerException As Exception _ )
[TemplateAttribute] public: CultureNotFoundException( String^ message, String^ invalidCultureName, Exception^ innerException )
Parameters
- message
- Type: System..::..String
- invalidCultureName
- Type: System..::..String
- innerException
- Type: System..::..Exception