JScriptException.Message Property

Definition

Gets a message that describes the error.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
member this.Message : string
Public Overrides ReadOnly Property Message As String

Property Value

A message that describes the error.

Applies to

See also