Метод | Описание | |
---|---|---|
WrongClassException ( string message, object identifier, string entityName ) : System |
Initializes a new instance of the WrongClassException class.
|
Метод | Описание | |
---|---|---|
WrongClassException ( |
Initializes a new instance of the WrongClassException class with serialized data.
|
Метод | Описание | |
---|---|---|
GetObjectData ( |
protected WrongClassException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public WrongClassException ( string message, object identifier, string entityName ) : System | ||
message | string | The message that describes the error. |
identifier | object | The identifier of the object that was being loaded. |
entityName | string | The name of entity that NHibernate was told to load. |
Результат | System |