C# Class Rosetta.AST.UnsupportedSyntaxException

Raised when a specific syntax construct is not supported.
Inheritance: System.Exception
Afficher le fichier Open project: andry-tino/Rosetta

Protected Properties

Свойство Type Description
syntaxKind SyntaxKind

Méthodes publiques

Méthode Description
UnsupportedSyntaxException ( ) : System

Initializes a new instance of the UnsupportedSyntaxException class.

UnsupportedSyntaxException ( CSharpSyntaxNode syntaxNode ) : System

Initializes a new instance of the UnsupportedSyntaxException class.

Method Details

UnsupportedSyntaxException() public méthode

Initializes a new instance of the UnsupportedSyntaxException class.
public UnsupportedSyntaxException ( ) : System
Résultat System

UnsupportedSyntaxException() public méthode

Initializes a new instance of the UnsupportedSyntaxException class.
public UnsupportedSyntaxException ( CSharpSyntaxNode syntaxNode ) : System
syntaxNode CSharpSyntaxNode
Résultat System

Property Details

syntaxKind protected_oe property

protected SyntaxKind syntaxKind
Résultat SyntaxKind