다음을 통해 공유


ErrorToken Class

Definition

Token for lexing error.

public class ErrorToken : Microsoft.PowerFx.Syntax.Token
type ErrorToken = class
    inherit Token
Public Class ErrorToken
Inherits Token
Inheritance
ErrorToken

Properties

DetailErrorKey

Errors description key. May produce null, if there is no available detail for this error token.

Kind

Kind of the token.

(Inherited from Token)
Span

Span of the token in the formula.

(Inherited from Token)

Methods

Equals(Object) (Inherited from Token)
Equals(Token)

Determines whether the specified Token is equal to the current one.

GetHashCode() (Inherited from Token)
ToString() (Inherited from Token)

Applies to