Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GraphVizNet
GraphVizException
C# 클래스 GraphVizNet.GraphVizException
Models exceptions that happen during layout and rendering.
상속:
Exception
파일 보기
프로젝트 열기: valentiniliescu/GraphVizNet
공개 메소드들
메소드
설명
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