C# Класс Ancestry.QueryProcessor.QPException

Наследование: AncestryException
Показать файл Открыть проект

Защищенные методы

Метод Описание
QPException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
QPException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System

Описание методов

QPException() защищенный Метод

protected QPException ( ErrorSeverity severity, int code, string message, string details, string serverContext, AncestryException innerException ) : System
severity ErrorSeverity
code int
message string
details string
serverContext string
innerException AncestryException
Результат System

QPException() защищенный Метод

protected QPException ( ResourceManager resourceManager, int errorCode, ErrorSeverity severity, Exception innerException ) : System
resourceManager System.Resources.ResourceManager
errorCode int
severity ErrorSeverity
innerException System.Exception
Результат System