C# 클래스 Hazelcast.Core.HazelcastException

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

공개 메소드들

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

메소드 상세

HazelcastException() 공개 메소드

public HazelcastException ( ) : System
리턴 System

HazelcastException() 공개 메소드

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

HazelcastException() 공개 메소드

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

HazelcastException() 공개 메소드

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