C# Class Hazelcast.Core.QueryException

Inheritance: HazelcastException
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client

Méthodes publiques

Méthode Description
QueryException ( ) : System
QueryException ( Exception cause ) : System
QueryException ( string message ) : System
QueryException ( string message, Exception cause ) : System

Method Details

QueryException() public méthode

public QueryException ( ) : System
Résultat System

QueryException() public méthode

public QueryException ( Exception cause ) : System
cause System.Exception
Résultat System

QueryException() public méthode

public QueryException ( string message ) : System
message string
Résultat System

QueryException() public méthode

public QueryException ( string message, Exception cause ) : System
message string
cause System.Exception
Résultat System