C# 클래스 FastGraph.VertexNotFoundException

상속: FastGraph.FastGraphException
파일 보기 프로젝트 열기: brucificus/FastGraph

공개 메소드들

메소드 설명
VertexNotFoundException ( ) : System

Initializes a new instance of VertexNotFoundException class.

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

Initializes a new instance of VertexNotFoundException class.

보호된 메소드들

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

Constructor used during runtime serialization.

메소드 상세

VertexNotFoundException() 공개 메소드

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

VertexNotFoundException() 보호된 메소드

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

VertexNotFoundException() 공개 메소드

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