Bridge

Exception..::..Message Property

Gets a message that describes the current exception.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual string Message { get; }
Public Overridable ReadOnly Property Message As String
	Get
public:
virtual property String^ Message {
	String^ get ();
}

Return Value

The error message that explains the reason for the exception, or an empty string ("").