C# Class Antlr4.Runtime.Misc.ParseCanceledException

Inheritance: System.Exception
Show file Open project: antlr/antlr4

Public Methods

Method Description
ParseCanceledException ( )
ParseCanceledException ( Exception.Exception cause )
ParseCanceledException ( string message )
ParseCanceledException ( string message, Exception.Exception cause )

Method Details

ParseCanceledException() public method

ParseCanceledException() public method

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

ParseCanceledException() public method

public ParseCanceledException ( string message )
message string

ParseCanceledException() public method

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