Метод | Описание | |
---|---|---|
SchumixException ( ) : System |
Initializes a new instance.
|
|
SchumixException ( |
Initializes a new instance with a reference to the inner exception that is the cause of this exception.
|
|
SchumixException ( |
Initializes a new instance with serialized data.
|
|
SchumixException ( string message ) : System |
Initializes a new instance with a specified error message.
|
|
SchumixException ( string message, |
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public SchumixException ( |
||
innerException | /// The exception that is the cause of the current exception, /// or a null reference if no inner exception is specified. /// | |
Результат | System |
public SchumixException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public SchumixException ( string message ) : System | ||
message | string | The message that describes the error. |
Результат | System |
public SchumixException ( string message, |
||
message | string | The message that describes the error. |
innerException | /// The exception that is the cause of the current exception, /// or a null reference if no inner exception is specified. /// | |
Результат | System |