C# Class Stash.BackingStore.GraphForKeyNotFoundException

Inheritance: System.Exception
Datei anzeigen Open project: AndyHitchman/Stash

Public Methods

Method Description
GraphForKeyNotFoundException ( ) : System
GraphForKeyNotFoundException ( InternalId internalId, Exception inner ) : System
GraphForKeyNotFoundException ( string message ) : System
GraphForKeyNotFoundException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

GraphForKeyNotFoundException() public method

public GraphForKeyNotFoundException ( ) : System
return System

GraphForKeyNotFoundException() public method

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

GraphForKeyNotFoundException() protected method

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

GraphForKeyNotFoundException() public method

public GraphForKeyNotFoundException ( string message ) : System
message string
return System

GraphForKeyNotFoundException() public method

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