C# Class Raven.Light.Exceptions.ConflictException

Inheritance: System.Exception
ファイルを表示 Open project: hibernating-rhinos/Raven.Light

Public Methods

Method Description
ConflictException ( ) : System

Initializes a new instance of the ConflictException class.

ConflictException ( string message ) : System

Initializes a new instance of the ConflictException class.

ConflictException ( string message, Exception inner ) : System

Initializes a new instance of the ConflictException class.

Protected Methods

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

Initializes a new instance of the ConflictException class.

Method Details

ConflictException() public method

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

ConflictException() protected method

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

ConflictException() public method

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

ConflictException() public method

Initializes a new instance of the ConflictException class.
public ConflictException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
return System