C# Class FastGraph.VertexNotFoundException

Inheritance: FastGraph.FastGraphException
Afficher le fichier Open project: brucificus/FastGraph

Méthodes publiques

Méthode Description
VertexNotFoundException ( ) : System

Initializes a new instance of VertexNotFoundException class.

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

Initializes a new instance of VertexNotFoundException class.

Méthodes protégées

Méthode Description
VertexNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Constructor used during runtime serialization.

Method Details

VertexNotFoundException() public méthode

Initializes a new instance of VertexNotFoundException class.
public VertexNotFoundException ( ) : System
Résultat System

VertexNotFoundException() protected méthode

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

VertexNotFoundException() public méthode

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