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

ParseCanceledException() public method

public ParseCanceledException ( string message, Exception.Exception cause )
message string
cause System.Exception.Exception
        public ParseCanceledException(string message, Exception cause)
            : base(message, cause)
        {
        }

Same methods

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