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

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

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

Метод Описание
StreamNotFoundException ( ) : System
StreamNotFoundException ( System.Guid entityId ) : System
StreamNotFoundException ( System.Guid entityId, string entityType ) : System
StreamNotFoundException ( System.Guid entityId, string entityType, string message, Exception inner ) : System

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

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

Приватные методы

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

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

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

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

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

public StreamNotFoundException ( System.Guid entityId ) : System
entityId System.Guid
Результат System

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

public StreamNotFoundException ( System.Guid entityId, string entityType ) : System
entityId System.Guid
entityType string
Результат System

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

public StreamNotFoundException ( System.Guid entityId, string entityType, string message, Exception inner ) : System
entityId System.Guid
entityType string
message string
inner System.Exception
Результат System

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

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