BinaryExpressionAst.ErrorPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The position to report an error if an error occurs at runtime. The property is never null.
public:
property System::Management::Automation::Language::IScriptExtent ^ ErrorPosition { System::Management::Automation::Language::IScriptExtent ^ get(); };
public System.Management.Automation.Language.IScriptExtent ErrorPosition { get; }
member this.ErrorPosition : System.Management.Automation.Language.IScriptExtent
Public ReadOnly Property ErrorPosition As IScriptExtent