C# 클래스 QuickGraph.ParallelEdgeNotAllowedException

상속: System.ApplicationException
파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization

공개 메소드들

메소드 설명
ParallelEdgeNotAllowedException ( ) : System
ParallelEdgeNotAllowedException ( string message ) : System
ParallelEdgeNotAllowedException ( string message, System inner ) : System

보호된 메소드들

메소드 설명
ParallelEdgeNotAllowedException ( System info, System context ) : System

메소드 상세

ParallelEdgeNotAllowedException() 공개 메소드

public ParallelEdgeNotAllowedException ( ) : System
리턴 System

ParallelEdgeNotAllowedException() 보호된 메소드

protected ParallelEdgeNotAllowedException ( System info, System context ) : System
info System
context System
리턴 System

ParallelEdgeNotAllowedException() 공개 메소드

public ParallelEdgeNotAllowedException ( string message ) : System
message string
리턴 System

ParallelEdgeNotAllowedException() 공개 메소드

public ParallelEdgeNotAllowedException ( string message, System inner ) : System
message string
inner System
리턴 System