Метод | Описание | |
---|---|---|
IgniteException ( ) : System |
Initializes a new instance of the IgniteException class.
|
|
IgniteException ( string message ) : System |
Initializes a new instance of the IgniteException class.
|
|
IgniteException ( string message, Exception cause ) : System |
Initializes a new instance of the IgniteException class.
|
Метод | Описание | |
---|---|---|
IgniteException ( SerializationInfo info, StreamingContext ctx ) : System |
Initializes a new instance of the IgniteException class.
|
protected IgniteException ( SerializationInfo info, StreamingContext ctx ) : System | ||
info | SerializationInfo | Serialization information. |
ctx | StreamingContext | Streaming context. |
Результат | System |
public IgniteException ( string message ) : System | ||
message | string | The message that describes the error. |
Результат | System |
public IgniteException ( string message, Exception cause ) : System | ||
message | string | The message. |
cause | Exception | The cause. |
Результат | System |