Ancestry.QueryProcessor.Parse.LanguageException.LanguageException C# (CSharp) Method

LanguageException() public method

public LanguageException ( Codes errorCode ) : System
errorCode Codes
return System
        public LanguageException(Codes errorCode)
            : base(_resourceManager, (int)errorCode, ErrorSeverity.Application, null, null)
        {
        }

Same methods

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