Ancestry.QueryProcessor.Compile.CompilerException.CompilerException C# (CSharp) Method

CompilerException() public method

public CompilerException ( Parse statement, Codes errorCode ) : System
statement Parse
errorCode Codes
return System
        public CompilerException(Parse.Statement statement, Codes errorCode)
            : base(_resourceManager, (int)errorCode, ErrorSeverity.Application, null, null)
        {
            SetStatement(statement);
        }

Same methods

CompilerException::CompilerException ( Parse statement, Codes errorCode, ErrorSeverity severity ) : System
CompilerException::CompilerException ( Parse statement, Codes errorCode, ErrorSeverity severity, Exception innerException ) : System
CompilerException::CompilerException ( Parse statement, Codes errorCode, Exception innerException ) : System
CompilerException::CompilerException ( Parse statement, ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System