JScriptException::SourceMoniker Property

 

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

Gets the name of the source code file that contains the error.

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

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

Property Value

Type: System::String^

The name of the source code file, or the string literal "no source" if the Context is null.

.NET Framework
Available since 1.1
Return to top
Show: