C# Class CmisSync.Lib.Consumer.InteractionNeededException

Inheritance: System.Exception
显示文件 Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
InteractionNeededException ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Method Description
InitParams ( ) : void

Method Details

InteractionNeededException() public method

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
public InteractionNeededException ( ) : System
return System

InteractionNeededException() protected method

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.
return System

InteractionNeededException() public method

Initializes a new instance of the CmisSync.Lib.Consumer.InteractionNeededException class.
public InteractionNeededException ( string msg ) : System
msg string Exception message.
return System

InteractionNeededException() public method

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.
return System