C# Класс EventCentric.EventSourcing.EventStoreConcurrencyException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
EventStoreConcurrencyException ( ) : System
EventStoreConcurrencyException ( string message ) : System
EventStoreConcurrencyException ( string message, Exception inner ) : System

Защищенные методы

Метод Описание
EventStoreConcurrencyException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

EventStoreConcurrencyException() публичный Метод

public EventStoreConcurrencyException ( ) : System
Результат System

EventStoreConcurrencyException() защищенный Метод

protected EventStoreConcurrencyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

EventStoreConcurrencyException() публичный Метод

public EventStoreConcurrencyException ( string message ) : System
message string
Результат System

EventStoreConcurrencyException() публичный Метод

public EventStoreConcurrencyException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System