C# 클래스 NHibernate.QueryException

상속: NHibernate.HibernateException, ISerializable
파일 보기 프로젝트 열기: nhibernate/nhibernate-core 1 사용 예제들

공개 메소드들

메소드 설명
QueryException ( Exception innerException ) : System

Initializes a new instance of the QueryException class.

QueryException ( string message ) : System

Initializes a new instance of the QueryException class.

QueryException ( string message, Exception innerException ) : System

Initializes a new instance of the QueryException class.

QueryException ( string message, string queryString ) : System

Initializes a new instance of the QueryException class.

보호된 메소드들

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

Initializes a new instance of the QueryException class with serialized data.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

QueryException() 보호된 메소드

protected QueryException ( ) : System
리턴 System

QueryException() 공개 메소드

Initializes a new instance of the QueryException class.
public QueryException ( Exception innerException ) : System
innerException System.Exception /// The exception that is the cause of the current exception. If the innerException parameter /// is not a null reference, the current exception is raised in a catch block that handles /// the inner exception. ///
리턴 System

QueryException() 보호된 메소드

Initializes a new instance of the QueryException class with serialized data.
protected QueryException ( 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

QueryException() 공개 메소드

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

QueryException() 공개 메소드

Initializes a new instance of the QueryException class.
public QueryException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException System.Exception /// The exception that is the cause of the current exception. If the innerException parameter /// is not a null reference, the current exception is raised in a catch block that handles /// the inner exception. ///
리턴 System

QueryException() 공개 메소드

Initializes a new instance of the QueryException class.
public QueryException ( string message, string queryString ) : System
message string The message that describes the error.
queryString string The query that contains the error.
리턴 System