JScriptException::SourceMoniker Property
.NET Framework (current version)
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.
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.
Implements
IJSVsaError::SourceMoniker
.NET Framework
Available since 1.1
Available since 1.1
Show: