Метод | Описание | |
---|---|---|
RetryException ( ) : System |
Initializes a new instance of the RetryException class.
|
|
RetryException ( string msg ) : System |
Initializes a new instance of the RetryException class.
|
|
RetryException ( string message, |
Initializes a new instance of the RetryException class.
|
Метод | Описание | |
---|---|---|
RetryException ( |
Initializes a new instance of the RetryException class.
|
protected RetryException ( |
||
info | Serialization info. | |
context | Streaming context. | |
Результат | System |
public RetryException ( string msg ) : System | ||
msg | string | Retry message. |
Результат | System |
public RetryException ( string message, |
||
message | string | Retry message. |
inner | Inner exception. | |
Результат | System |