JScriptException::IJSVsaError::Description Property

.NET Framework (current version)
 

Gets a message that describes the error.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

private:
property String^ Description {
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	virtual String^ get() sealed = IJSVsaError::Description::get;
}

Property Value

Type: System::String^

A message that describes the error.

.NET Framework
Available since 4.0
Return to top
Show: