Ancestry.QueryProcessor.BaseException.BaseException C# (CSharp) Method

BaseException() public method

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

Same methods

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