C# Class EventCentric.EventSourcing.EventStoreConcurrencyException

Inheritance: System.Exception
Mostra file Open project: Narvalex/EventCentric

Public Methods

Method Description
EventStoreConcurrencyException ( ) : System
EventStoreConcurrencyException ( string message ) : System
EventStoreConcurrencyException ( string message, Exception inner ) : System

Protected Methods

Method Description
EventStoreConcurrencyException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EventStoreConcurrencyException() public method

public EventStoreConcurrencyException ( ) : System
return System

EventStoreConcurrencyException() protected method

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

EventStoreConcurrencyException() public method

public EventStoreConcurrencyException ( string message ) : System
message string
return System

EventStoreConcurrencyException() public method

public EventStoreConcurrencyException ( string message, Exception inner ) : System
message string
inner System.Exception
return System