C# Class QuickGraph.ParallelEdgeNotAllowedException

Inheritance: System.ApplicationException
Mostra file Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
ParallelEdgeNotAllowedException ( ) : System
ParallelEdgeNotAllowedException ( string message ) : System
ParallelEdgeNotAllowedException ( string message, System inner ) : System

Protected Methods

Method Description
ParallelEdgeNotAllowedException ( System info, System context ) : System

Method Details

ParallelEdgeNotAllowedException() public method

public ParallelEdgeNotAllowedException ( ) : System
return System

ParallelEdgeNotAllowedException() protected method

protected ParallelEdgeNotAllowedException ( System info, System context ) : System
info System
context System
return System

ParallelEdgeNotAllowedException() public method

public ParallelEdgeNotAllowedException ( string message ) : System
message string
return System

ParallelEdgeNotAllowedException() public method

public ParallelEdgeNotAllowedException ( string message, System inner ) : System
message string
inner System
return System