C# 클래스 Hazelcast.Core.DistributedObjectDestroyedException

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

공개 메소드들

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

메소드 상세

DistributedObjectDestroyedException() 공개 메소드

public DistributedObjectDestroyedException ( ) : System
리턴 System

DistributedObjectDestroyedException() 공개 메소드

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

DistributedObjectDestroyedException() 공개 메소드

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

DistributedObjectDestroyedException() 공개 메소드

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