C# 클래스 FastGraph.NegativeWeightException

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

공개 메소드들

메소드 설명
NegativeWeightException ( ) : System

Initializes a new instance of NegativeWeightException class.

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

Initializes a new instance of NegativeWeightException class.

보호된 메소드들

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

Constructor used during runtime serialization.

메소드 상세

NegativeWeightException() 공개 메소드

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

NegativeWeightException() 보호된 메소드

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

NegativeWeightException() 공개 메소드

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