Метод | Описание | |
---|---|---|
InstantiationException ( string message, |
Initializes a new instance of the InstantiationException class.
|
|
InstantiationException ( string message, System type ) : System |
Метод | Описание | |
---|---|---|
InstantiationException ( |
Initializes a new instance of the InstantiationException class with serialized data.
|
Метод | Описание | |
---|---|---|
GetObjectData ( |
protected InstantiationException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | 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 |
Результат | System |
public InstantiationException ( string message, System type ) : System | ||
message | string | |
type | System | |
Результат | System |