The QuickGraph.Exceptions namespace contains graph related exceptions.

Classes

  ClassDescription
AttributeNotFoundException
Exception throwed when not finding a vertex.
EdgeNotFoundException
Exception throwed when not finding a vertex.
GraphNotStronglyConnectedException
Not a acyclic graph execption
MultipleInEdgeException
Multiple In Edge exception
NegativeCycleException
Negative cycle execption
NonAcyclicGraphException
Not a acyclic graph execption
ParrallelEdgeNotAllowedException
ParrallelEdgeNotAllowedException.
VertexNotConnectedByEdgeException
Exception throwed when not finding a vertex.
VertexNotFoundException
Exception throwed when not finding a vertex.