C# Класс FastGraph.NegativeWeightException

Наследование: FastGraph.FastGraphException
Показать файл Открыть проект

Открытые методы

Метод Описание
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