C# 클래스 RavenFS.Client.ConcurrencyException

상속: System.Exception
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
ConcurrencyException ( ) : System

Initializes a new instance of the ConcurrencyException class.

ConcurrencyException ( string message ) : System

Initializes a new instance of the ConcurrencyException class.

보호된 메소드들

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

Initializes a new instance of the ConcurrencyException class.

비공개 메소드들

메소드 설명
ConcurrencyException ( string message, Exception inner ) : System

메소드 상세

ConcurrencyException() 공개 메소드

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

ConcurrencyException() 보호된 메소드

Initializes a new instance of the ConcurrencyException class.
The parameter is null. The class name is null or is zero (0).
protected ConcurrencyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
리턴 System

ConcurrencyException() 공개 메소드

Initializes a new instance of the ConcurrencyException class.
public ConcurrencyException ( string message ) : System
message string The message.
리턴 System