C# Class FastGraph.VertexNotFoundException

Inheritance: FastGraph.FastGraphException
Show file Open project: brucificus/FastGraph

Public Methods

Method Description
VertexNotFoundException ( ) : System

Initializes a new instance of VertexNotFoundException class.

VertexNotFoundException ( string message, Exception innerException = null ) : System

Initializes a new instance of VertexNotFoundException class.

Protected Methods

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

Constructor used during runtime serialization.

Method Details

VertexNotFoundException() public method

Initializes a new instance of VertexNotFoundException class.
public VertexNotFoundException ( ) : System
return System

VertexNotFoundException() protected method

Constructor used during runtime serialization.
protected VertexNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

VertexNotFoundException() public method

Initializes a new instance of VertexNotFoundException class.
public VertexNotFoundException ( string message, Exception innerException = null ) : System
message string
innerException Exception
return System