C# Class QuickGraph.ParallelEdgeNotAllowedException

Inheritance: System.ApplicationException
Afficher le fichier Open project: lukesandberg/PexFaultLocalization

Méthodes publiques

Méthode Description
ParallelEdgeNotAllowedException ( ) : System
ParallelEdgeNotAllowedException ( string message ) : System
ParallelEdgeNotAllowedException ( string message, System inner ) : System

Méthodes protégées

Méthode Description
ParallelEdgeNotAllowedException ( System info, System context ) : System

Method Details

ParallelEdgeNotAllowedException() public méthode

public ParallelEdgeNotAllowedException ( ) : System
Résultat System

ParallelEdgeNotAllowedException() protected méthode

protected ParallelEdgeNotAllowedException ( System info, System context ) : System
info System
context System
Résultat System

ParallelEdgeNotAllowedException() public méthode

public ParallelEdgeNotAllowedException ( string message ) : System
message string
Résultat System

ParallelEdgeNotAllowedException() public méthode

public ParallelEdgeNotAllowedException ( string message, System inner ) : System
message string
inner System
Résultat System