CultureNotFoundException::Message Property

 

Gets the error message that explains the reason for the exception.

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

public:
property String^ Message {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A text string describing the details of the exception.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: