Class OnErrorResumeStatementNode
- Namespace
- RDCore.SDK.Model.AST.Statements
- Assembly
- RDCore.SDK.dll
Represents a statement that disables error handling.
public record OnErrorResumeStatementNode : StatementNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<StatementNode>, IEquatable<OnErrorResumeStatementNode>
- Inheritance
-
OnErrorResumeStatementNode
- Implements
- Inherited Members
Constructors
OnErrorResumeStatementNode(SyntaxNodeId, SourceLocation)
Represents a statement that disables error handling.
public OnErrorResumeStatementNode(SyntaxNodeId Identity, SourceLocation SourceLocation)
Parameters
IdentitySyntaxNodeIdA unique identifier for this specific syntax node.
SourceLocationSourceLocationThe document location (
Uri+Range) of the bound expression.