Class ResumeNextStatementNode
- Namespace
- RDCore.SDK.Model.AST.Statements
- Assembly
- RDCore.SDK.dll
Represents a statement that resumes error handling at the instruction following the instruction that tripped the last On Error jump.
public record ResumeNextStatementNode : StatementNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<StatementNode>, IEquatable<ResumeNextStatementNode>
- Inheritance
-
ResumeNextStatementNode
- Implements
- Inherited Members
Remarks
This statement is only legal with an active error state.
Constructors
ResumeNextStatementNode(SyntaxNodeId, SourceLocation)
Represents a statement that resumes error handling at the instruction following the instruction that tripped the last On Error jump.
public ResumeNextStatementNode(SyntaxNodeId Identity, SourceLocation SourceLocation)
Parameters
IdentitySyntaxNodeIdA unique identifier for this specific syntax node.
SourceLocationSourceLocationThe document location (
Uri+Range) of the bound expression.
Remarks
This statement is only legal with an active error state.