C# 클래스 Hazelcast.IO.Serialization.HazelcastSerializationException

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

공개 메소드들

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

메소드 상세

HazelcastSerializationException() 공개 메소드

public HazelcastSerializationException ( Exception e ) : System
e System.Exception
리턴 System

HazelcastSerializationException() 공개 메소드

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

HazelcastSerializationException() 공개 메소드

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