C# Class Gtd.CoreDomain.OptimisticConcurrencyException

Inheritance: System.Exception
Mostrar archivo Open project: beingtheworst/btw-gtd

Public Methods

Method Description
Create ( long actual, long expected, string name, IList serverEvents ) : OptimisticConcurrencyException

Protected Methods

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

Method Details

Create() public static method

public static Create ( long actual, long expected, string name, IList serverEvents ) : OptimisticConcurrencyException
actual long
expected long
name string
serverEvents IList
return OptimisticConcurrencyException

OptimisticConcurrencyException() protected method

protected OptimisticConcurrencyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

OptimisticConcurrencyException() protected method

protected OptimisticConcurrencyException ( string message, long actualVersion, long expectedVersion, string name, IList serverEvents ) : System
message string
actualVersion long
expectedVersion long
name string
serverEvents IList
return System