Method | Description | |
---|---|---|
InstantiationException ( string message, |
Initializes a new instance of the InstantiationException class.
|
|
InstantiationException ( string message, System type ) : System |
Method | Description | |
---|---|---|
InstantiationException ( |
Initializes a new instance of the InstantiationException class with serialized data.
|
Method | Description | |
---|---|---|
GetObjectData ( |
protected InstantiationException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public InstantiationException ( string message, |
||
message | string | The message that describes the error. |
innerException | /// The exception that is the cause of the current exception. If the innerException parameter /// is not a null reference, the current exception is raised in a catch block that handles /// the inner exception. /// | |
type | System | The |
return | System |
public InstantiationException ( string message, System type ) : System | ||
message | string | |
type | System | |
return | System |