C# Class RavenFS.Client.ConcurrencyException

Inheritance: System.Exception
Datei anzeigen Open project: hibernating-rhinos/RavenFS

Public Methods

Method Description
ConcurrencyException ( ) : System

Initializes a new instance of the ConcurrencyException class.

ConcurrencyException ( string message ) : System

Initializes a new instance of the ConcurrencyException class.

Protected Methods

Method Description
ConcurrencyException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConcurrencyException class.

Private Methods

Method Description
ConcurrencyException ( string message, Exception inner ) : System

Method Details

ConcurrencyException() public method

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

ConcurrencyException() protected method

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.
return System

ConcurrencyException() public method

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