C# 클래스 QuikGraph.NoPathFoundException

상속: QuikGraph.QuikGraphException
파일 보기 프로젝트 열기: KeRNeLith/QuikGraph

공개 메소드들

메소드 설명
NoPathFoundException ( ) : System

Initializes a new instance of NoPathFoundException class.

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

Initializes a new instance of NoPathFoundException class.

보호된 메소드들

메소드 설명
NoPathFoundException ( SerializationInfo info, StreamingContext context ) : System

Constructor used during runtime serialization.

메소드 상세

NoPathFoundException() 공개 메소드

Initializes a new instance of NoPathFoundException class.
public NoPathFoundException ( ) : System
리턴 System

NoPathFoundException() 보호된 메소드

Constructor used during runtime serialization.
protected NoPathFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

NoPathFoundException() 공개 메소드

Initializes a new instance of NoPathFoundException class.
public NoPathFoundException ( string message, Exception innerException = null ) : System
message string
innerException Exception
리턴 System