C# Class Gtd.CoreDomain.OptimisticConcurrencyException

Inheritance: System.Exception
Afficher le fichier Open project: beingtheworst/btw-gtd

Méthodes publiques

Méthode Description
Create ( long actual, long expected, string name, IList serverEvents ) : OptimisticConcurrencyException

Méthodes protégées

Méthode Description
OptimisticConcurrencyException ( SerializationInfo info, StreamingContext context ) : System
OptimisticConcurrencyException ( string message, long actualVersion, long expectedVersion, string name, IList serverEvents ) : System

Method Details

Create() public static méthode

public static Create ( long actual, long expected, string name, IList serverEvents ) : OptimisticConcurrencyException
actual long
expected long
name string
serverEvents IList
Résultat OptimisticConcurrencyException

OptimisticConcurrencyException() protected méthode

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

OptimisticConcurrencyException() protected méthode

protected OptimisticConcurrencyException ( string message, long actualVersion, long expectedVersion, string name, IList serverEvents ) : System
message string
actualVersion long
expectedVersion long
name string
serverEvents IList
Résultat System