C# 클래스 Stash.BackingStore.GraphForKeyNotFoundException

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

공개 메소드들

메소드 설명
GraphForKeyNotFoundException ( ) : System
GraphForKeyNotFoundException ( InternalId internalId, Exception inner ) : System
GraphForKeyNotFoundException ( string message ) : System
GraphForKeyNotFoundException ( string message, Exception inner ) : System

보호된 메소드들

메소드 설명
GraphForKeyNotFoundException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GraphForKeyNotFoundException() 공개 메소드

public GraphForKeyNotFoundException ( ) : System
리턴 System

GraphForKeyNotFoundException() 공개 메소드

public GraphForKeyNotFoundException ( InternalId internalId, Exception inner ) : System
internalId InternalId
inner System.Exception
리턴 System

GraphForKeyNotFoundException() 보호된 메소드

protected GraphForKeyNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

GraphForKeyNotFoundException() 공개 메소드

public GraphForKeyNotFoundException ( string message ) : System
message string
리턴 System

GraphForKeyNotFoundException() 공개 메소드

public GraphForKeyNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System