Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
GraphVizNet
GraphVizException
C# Class GraphVizNet.GraphVizException
Models exceptions that happen during layout and rendering.
Inheritance:
Exception
Mostrar archivo
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