C# Class Raven.Light.Exceptions.ConflictException

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

Méthodes publiques

Méthode 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.

Méthodes protégées

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

Initializes a new instance of the ConflictException class.

Method Details

ConflictException() public méthode

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

ConflictException() protected méthode

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

ConflictException() public méthode

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

ConflictException() public méthode

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