C# 클래스 CmisSync.Lib.Storage.Database.DublicateGuidException

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

공개 메소드들

메소드 설명
DublicateGuidException ( ) : System

Initializes a new instance of the EntryNotFoundException class.

DublicateGuidException ( string message ) : System

Initializes a new instance of the EntryNotFoundException class.

DublicateGuidException ( string message, Exception inner ) : System

Initializes a new instance of the EntryNotFoundException class.

보호된 메소드들

메소드 설명
DublicateGuidException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the EntryNotFoundException class.

메소드 상세

DublicateGuidException() 공개 메소드

Initializes a new instance of the EntryNotFoundException class.
public DublicateGuidException ( ) : System
리턴 System

DublicateGuidException() 보호된 메소드

Initializes a new instance of the EntryNotFoundException class.
protected DublicateGuidException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// Serialization Info. ///
context System.Runtime.Serialization.StreamingContext /// Serialization Context. ///
리턴 System

DublicateGuidException() 공개 메소드

Initializes a new instance of the EntryNotFoundException class.
public DublicateGuidException ( string message ) : System
message string /// Message of the exception. ///
리턴 System

DublicateGuidException() 공개 메소드

Initializes a new instance of the EntryNotFoundException class.
public DublicateGuidException ( string message, Exception inner ) : System
message string /// Message of the exception. ///
inner System.Exception /// Inner Exception. ///
리턴 System