C# 클래스 EventCentric.EventSourcing.StreamNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: Narvalex/EventCentric

공개 메소드들

메소드 설명
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