C# Class Nest.Queryify.Exceptions.ElasticsearchException

Inheritance: System.Exception
Afficher le fichier Open project: stormid/Nest-Queryify

Méthodes publiques

Méthode Description
ElasticsearchException ( string message, Exception inner ) : System
ElasticsearchException ( string message, string exceptionType, int status ) : System
ElasticsearchException ( string message, string exceptionType, int status, Exception inner ) : System

Method Details

ElasticsearchException() public méthode

public ElasticsearchException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

ElasticsearchException() public méthode

public ElasticsearchException ( string message, string exceptionType, int status ) : System
message string
exceptionType string
status int
Résultat System

ElasticsearchException() public méthode

public ElasticsearchException ( string message, string exceptionType, int status, Exception inner ) : System
message string
exceptionType string
status int
inner System.Exception
Résultat System