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

상속: System.Exception
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

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