C# Class Hazelcast.Core.QueryException

Inheritance: HazelcastException
ファイルを表示 Open project: hazelcast/hazelcast-csharp-client

Public Methods

Method Description
QueryException ( ) : System
QueryException ( Exception cause ) : System
QueryException ( string message ) : System
QueryException ( string message, Exception cause ) : System

Method Details

QueryException() public method

public QueryException ( ) : System
return System

QueryException() public method

public QueryException ( Exception cause ) : System
cause System.Exception
return System

QueryException() public method

public QueryException ( string message ) : System
message string
return System

QueryException() public method

public QueryException ( string message, Exception cause ) : System
message string
cause System.Exception
return System