C# 클래스 Hazelcast.Core.QueryException

상속: HazelcastException
파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client

공개 메소드들

메소드 설명
QueryException ( ) : System
QueryException ( Exception cause ) : System
QueryException ( string message ) : System
QueryException ( string message, Exception cause ) : System

메소드 상세

QueryException() 공개 메소드

public QueryException ( ) : System
리턴 System

QueryException() 공개 메소드

public QueryException ( Exception cause ) : System
cause System.Exception
리턴 System

QueryException() 공개 메소드

public QueryException ( string message ) : System
message string
리턴 System

QueryException() 공개 메소드

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