Метод | Описание | |
---|---|---|
ObjectNotOfRequiredTypeException ( ) : System |
Creates a new instance of the ObjectNotOfRequiredTypeException class.
|
|
ObjectNotOfRequiredTypeException ( string message ) : System |
Creates a new instance of the ObjectNotOfRequiredTypeException class.
|
|
ObjectNotOfRequiredTypeException ( string message, |
Creates a new instance of the ObjectNotOfRequiredTypeException class.
|
|
ObjectNotOfRequiredTypeException ( string name, |
Creates a new instance of the ObjectNotOfRequiredTypeException class.
|
Метод | Описание | |
---|---|---|
ObjectNotOfRequiredTypeException ( |
Creates a new instance of the ObjectNotOfRequiredTypeException class.
|
Метод | Описание | |
---|---|---|
GetObjectData ( |
public ObjectNotOfRequiredTypeException ( ) : System | ||
Результат | System |
protected ObjectNotOfRequiredTypeException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public ObjectNotOfRequiredTypeException ( string message ) : System | ||
message | string | /// A message about the exception. /// |
Результат | System |
public ObjectNotOfRequiredTypeException ( string message, |
||
message | string | /// A message about the exception. /// |
rootCause | /// The root exception that is being wrapped. /// | |
Результат | System |
public ObjectNotOfRequiredTypeException ( string name, |
||
name | string | /// Name of the object requested. /// |
requiredType |
/// The required |
|
actualInstance | object |
/// The instance actually returned, whose class did not match the
/// expected |
Результат | System |