C# Class RavenFS.Client.ConcurrencyException

Inheritance: System.Exception
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
ConcurrencyException ( ) : System

Initializes a new instance of the ConcurrencyException class.

ConcurrencyException ( string message ) : System

Initializes a new instance of the ConcurrencyException class.

Méthodes protégées

Méthode Description
ConcurrencyException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConcurrencyException class.

Private Methods

Méthode Description
ConcurrencyException ( string message, Exception inner ) : System

Method Details

ConcurrencyException() public méthode

Initializes a new instance of the ConcurrencyException class.
public ConcurrencyException ( ) : System
Résultat System

ConcurrencyException() protected méthode

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.
Résultat System

ConcurrencyException() public méthode

Initializes a new instance of the ConcurrencyException class.
public ConcurrencyException ( string message ) : System
message string The message.
Résultat System