C# Class Orleans.Indexing.UniquenessConstraintViolatedException

This exception is thrown when a uniqueness constraint defined on an index is violated.
Inheritance: System.Exception
Afficher le fichier Open project: sergeybykov/Orleans.Indexing-prep

Méthodes publiques

Méthode Description
UniquenessConstraintViolatedException ( string message ) : System

Méthodes protégées

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

Method Details

UniquenessConstraintViolatedException() protected méthode

protected UniquenessConstraintViolatedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

UniquenessConstraintViolatedException() public méthode

public UniquenessConstraintViolatedException ( string message ) : System
message string
Résultat System