C# Class Stash.BackingStore.ConcurrentUpdateException

Inheritance: System.Exception
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
ConcurrentUpdateException ( ) : System
ConcurrentUpdateException ( InternalId internalId, Exception inner ) : System
ConcurrentUpdateException ( string message ) : System
ConcurrentUpdateException ( string message, Exception inner ) : System

Méthodes protégées

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

Method Details

ConcurrentUpdateException() public méthode

public ConcurrentUpdateException ( ) : System
Résultat System

ConcurrentUpdateException() public méthode

public ConcurrentUpdateException ( InternalId internalId, Exception inner ) : System
internalId InternalId
inner System.Exception
Résultat System

ConcurrentUpdateException() protected méthode

protected ConcurrentUpdateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ConcurrentUpdateException() public méthode

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

ConcurrentUpdateException() public méthode

public ConcurrentUpdateException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System