C# 클래스 Apache.Ignite.Core.Common.IgniteException

상속: Exception
파일 보기 프로젝트 열기: hawkore/ignite-hk

공개 메소드들

메소드 설명
IgniteException ( ) : System

Initializes a new instance of the IgniteException class.

IgniteException ( string message ) : System

Initializes a new instance of the IgniteException class.

IgniteException ( string message, Exception cause ) : System

Initializes a new instance of the IgniteException class.

보호된 메소드들

메소드 설명
IgniteException ( SerializationInfo info, StreamingContext ctx ) : System

Initializes a new instance of the IgniteException class.

메소드 상세

IgniteException() 공개 메소드

Initializes a new instance of the IgniteException class.
public IgniteException ( ) : System
리턴 System

IgniteException() 보호된 메소드

Initializes a new instance of the IgniteException class.
protected IgniteException ( SerializationInfo info, StreamingContext ctx ) : System
info SerializationInfo Serialization information.
ctx StreamingContext Streaming context.
리턴 System

IgniteException() 공개 메소드

Initializes a new instance of the IgniteException class.
public IgniteException ( string message ) : System
message string The message that describes the error.
리턴 System

IgniteException() 공개 메소드

Initializes a new instance of the IgniteException class.
public IgniteException ( string message, Exception cause ) : System
message string The message.
cause Exception The cause.
리턴 System