Namespaces

Types

Type QueryException

Namespace NHibernate

Parent HibernateException

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

Exception GetBaseException()

Parameters
return Exception

int GetHashCode()

Parameters
return int

void GetObjectData(SerializationInfo info, StreamingContext context)

Sets the serialization info for QueryException after getting the info from the base Exception.
Parameters
SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown.
StreamingContext context The StreamingContext that contains contextual information about the source or destination.

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

IDictionary Data get;

return IDictionary

Exception InnerException get;

return Exception

string Message get;

Gets a message that describes the current QueryException .
return string

string QueryString get; set;

Gets or sets the String of HQL that caused the Exception.
return string

string Source get; set;

return string

string StackTrace get;

return string

MethodBase TargetSite get;

return MethodBase