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