C# Class GraphVizNet.GraphVizException

Models exceptions that happen during layout and rendering.
Inheritance: Exception
Show file Open project: valentiniliescu/GraphVizNet

Public Methods

Method Description
GraphVizException ( string message ) : System

Creates a GraphVizException instance with a message.

Method Details

GraphVizException() public method

Creates a GraphVizException instance with a message.
public GraphVizException ( string message ) : System
message string The message.
return System