Table of Contents

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

Identity SyntaxNodeId

A unique identifier for this specific syntax node.

SourceLocation SourceLocation

The document location (Uri+Range) of the bound expression.