Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
ObjectNotOfRequiredTypeException ( |
Creates a new instance of the ObjectNotOfRequiredTypeException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
public ObjectNotOfRequiredTypeException ( ) : System | ||
return | System |
protected ObjectNotOfRequiredTypeException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public ObjectNotOfRequiredTypeException ( string message ) : System | ||
message | string | /// A message about the exception. /// |
return | System |
public ObjectNotOfRequiredTypeException ( string message, |
||
message | string | /// A message about the exception. /// |
rootCause | /// The root exception that is being wrapped. /// | |
return | 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 |
return | System |