C# 클래스 CmisSync.Lib.Consumer.InteractionNeededException

상속: System.Exception
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
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