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

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

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

Метод Описание
InteractionNeededException ( ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

InteractionNeededException ( string msg ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

InteractionNeededException ( string msg, Exception inner ) : System

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

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

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

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.

Приватные методы

Метод Описание
InitParams ( ) : void

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

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

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

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

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

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

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
public InteractionNeededException ( string msg ) : System
msg string Exception message.
Результат System

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

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