C# Class EventCentric.EventSourcing.StreamNotFoundException

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

Public Methods

Method Description
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

Protected Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

StreamNotFoundException() public method

public StreamNotFoundException ( ) : System
return System

StreamNotFoundException() public method

public StreamNotFoundException ( System.Guid entityId ) : System
entityId System.Guid
return System

StreamNotFoundException() public method

public StreamNotFoundException ( System.Guid entityId, string entityType ) : System
entityId System.Guid
entityType string
return System

StreamNotFoundException() public method

public StreamNotFoundException ( System.Guid entityId, string entityType, string message, Exception inner ) : System
entityId System.Guid
entityType string
message string
inner System.Exception
return System

StreamNotFoundException() protected method

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