C# Класс Nest.Queryify.Exceptions.ElasticClientQueryObjectException

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

Открытые методы

Метод Описание
ElasticClientQueryObjectException ( string message, Exception inner ) : System
ElasticClientQueryObjectException ( string message, string exceptionType, int status ) : System
ElasticClientQueryObjectException ( string message, string exceptionType, int status, Exception inner ) : System

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

ElasticClientQueryObjectException() публичный Метод

public ElasticClientQueryObjectException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System

ElasticClientQueryObjectException() публичный Метод

public ElasticClientQueryObjectException ( string message, string exceptionType, int status ) : System
message string
exceptionType string
status int
Результат System

ElasticClientQueryObjectException() публичный Метод

public ElasticClientQueryObjectException ( string message, string exceptionType, int status, Exception inner ) : System
message string
exceptionType string
status int
inner System.Exception
Результат System