C# Класс CmisSync.Lib.Consumer.RetryException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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, Exception inner ) : System

Initializes a new instance of the RetryException class.

Защищенные методы

Метод Описание
RetryException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RetryException class.

Описание методов

RetryException() публичный Метод

Initializes a new instance of the RetryException class.
public RetryException ( ) : System
Результат System

RetryException() защищенный Метод

Initializes a new instance of the RetryException class.
protected RetryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
Результат System

RetryException() публичный Метод

Initializes a new instance of the RetryException class.
public RetryException ( string msg ) : System
msg string Retry message.
Результат System

RetryException() публичный Метод

Initializes a new instance of the RetryException class.
public RetryException ( string message, Exception inner ) : System
message string Retry message.
inner System.Exception Inner exception.
Результат System