Method | Description | |
---|---|---|
NonUniqueObjectException ( String message, object id, string entityName ) : System |
Initializes a new instance of the NonUniqueObjectException class.
|
|
NonUniqueObjectException ( object id, string entityName ) : System |
Initializes a new instance of the NonUniqueObjectException class.
|
Method | Description | |
---|---|---|
NonUniqueObjectException ( |
Initializes a new instance of the NonUniqueObjectException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
protected NonUniqueObjectException ( |
||
info | ||
context | ||
return | System |
public NonUniqueObjectException ( String message, object id, string entityName ) : System | ||
message | String | The message that describes the error. |
id | object | The identifier of the object that caused the exception. |
entityName | string | The EntityName of the object attempted to be loaded. |
return | System |
public NonUniqueObjectException ( object id, string entityName ) : System | ||
id | object | The identifier of the object that caused the exception. |
entityName | string | The EntityName of the object attempted to be loaded. |
return | System |