Namespaces

Types

Type AutoMappingException

Namespace FluentNHibernate.AutoMap

Parent Exception

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

IDictionary Data get;

return IDictionary

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