C# Class Antlr4.Runtime.Misc.ParseCanceledException

Inheritance: System.Exception
Afficher le fichier Open project: antlr/antlr4

Méthodes publiques

Méthode Description
ParseCanceledException ( )
ParseCanceledException ( Exception.Exception cause )
ParseCanceledException ( string message )
ParseCanceledException ( string message, Exception.Exception cause )

Method Details

ParseCanceledException() public méthode

ParseCanceledException() public méthode

public ParseCanceledException ( Exception.Exception cause )
cause System.Exception.Exception

ParseCanceledException() public méthode

public ParseCanceledException ( string message )
message string

ParseCanceledException() public méthode

public ParseCanceledException ( string message, Exception.Exception cause )
message string
cause System.Exception.Exception