C# Класс FastGraph.VertexNotFoundException

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

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

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