C# 클래스 Spring.Data.GemFire.GemFireSystemException

GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete Spring.Data.Dao exceptions.
상속: Spring.Dao.UncategorizedDataAccessException
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net

공개 메소드들

메소드 설명
GemFireSystemException ( ) : System

Initializes a new instance of the GemFireSystemException class.

GemFireSystemException ( GemFireException cause ) : System

Initializes a new instance of the GemFireSystemException class.

GemFireSystemException ( string message ) : System

Initializes a new instance of the GemFireSystemException class.

GemFireSystemException ( string message, Exception rootCause ) : System

Creates a new instance of the GemFireSystemException class with the specified message and root cause.

보호된 메소드들

메소드 설명
GemFireSystemException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the GemFireSystemException class.

메소드 상세

GemFireSystemException() 공개 메소드

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

GemFireSystemException() 공개 메소드

Initializes a new instance of the GemFireSystemException class.
public GemFireSystemException ( GemFireException cause ) : System
cause GemFireException The cause.
리턴 System

GemFireSystemException() 보호된 메소드

Creates a new instance of the GemFireSystemException class.
protected GemFireSystemException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The /// that contains contextual information about the source or destination. ///
리턴 System

GemFireSystemException() 공개 메소드

Initializes a new instance of the GemFireSystemException class.
public GemFireSystemException ( string message ) : System
message string The message.
리턴 System

GemFireSystemException() 공개 메소드

Creates a new instance of the GemFireSystemException class with the specified message and root cause.
public GemFireSystemException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause System.Exception /// The root exception that is being wrapped. ///
리턴 System