C# Class FastGraph.NegativeWeightException

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

Méthodes publiques

Méthode Description
NegativeWeightException ( ) : System

Initializes a new instance of NegativeWeightException class.

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

Initializes a new instance of NegativeWeightException class.

Méthodes protégées

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

Constructor used during runtime serialization.

Method Details

NegativeWeightException() public méthode

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

NegativeWeightException() protected méthode

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

NegativeWeightException() public méthode

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