C# Class Rosetta.AST.UnsupportedSyntaxException

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

Protected Properties

Property Type Description
syntaxKind SyntaxKind

Public Methods

Method 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 method

Initializes a new instance of the UnsupportedSyntaxException class.
public UnsupportedSyntaxException ( ) : System
return System

UnsupportedSyntaxException() public method

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

Property Details

syntaxKind protected property

protected SyntaxKind syntaxKind
return SyntaxKind