Namespaces

Types

Type TooManyRowsAffectedException

Namespace NHibernate.AdoNet

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)

Parameters
SerializationInfo info
StreamingContext context

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

int ActualRowCount get;

return int

IDictionary Data get;

return IDictionary

int ExpectedRowCount get;

return int

Exception InnerException get;

return Exception

string Message get;

return string

string Source get; set;

return string

string StackTrace get;

return string

MethodBase TargetSite get;

return MethodBase