Antlr4.Runtime.Misc.ParseCanceledException.ParseCanceledException C# (CSharp) Method

ParseCanceledException() public method

public ParseCanceledException ( Exception.Exception cause )
cause System.Exception.Exception
        public ParseCanceledException(Exception cause)
            : base("The parse operation was cancelled.", cause)
        {
        }

Same methods

ParseCanceledException::ParseCanceledException ( )
ParseCanceledException::ParseCanceledException ( string message )
ParseCanceledException::ParseCanceledException ( string message, Exception.Exception cause )
ParseCanceledException