C# Class TastyDomainDriven.AppendOnlyStoreConcurrencyException

Inheritance: System.Exception
显示文件 Open project: jaceenet/TastyDomainDriven

Public Methods

Method Description
AppendOnlyStoreConcurrencyException ( long expectedVersion, long actualVersion, string name ) : System.Security.Cryptography

Protected Methods

Method Description
AppendOnlyStoreConcurrencyException ( SerializationInfo info, StreamingContext context ) : System.Security.Cryptography

Method Details

AppendOnlyStoreConcurrencyException() protected method

protected AppendOnlyStoreConcurrencyException ( SerializationInfo info, StreamingContext context ) : System.Security.Cryptography
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Security.Cryptography

AppendOnlyStoreConcurrencyException() public method

public AppendOnlyStoreConcurrencyException ( long expectedVersion, long actualVersion, string name ) : System.Security.Cryptography
expectedVersion long
actualVersion long
name string
return System.Security.Cryptography