C# Класс GraphVizNet.GraphVizException

Models exceptions that happen during layout and rendering.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
GraphVizException ( string message ) : System

Creates a GraphVizException instance with a message.

Описание методов

GraphVizException() публичный Метод

Creates a GraphVizException instance with a message.
public GraphVizException ( string message ) : System
message string The message.
Результат System