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
(Resume Next, MS-VBAL §5.4.4.2).
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
(Resume Next, MS-VBAL §5.4.4.2).
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.