Table of Contents

Constructor CyclicGraphException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CyclicGraphException()

public CyclicGraphException()

CyclicGraphException(string?)

public CyclicGraphException(string? message)

Parameters

message string

CyclicGraphException(Exception?)

public CyclicGraphException(Exception? innerException)

Parameters

innerException Exception

CyclicGraphException(string?, Exception?)

public CyclicGraphException(string? message, Exception? innerException)

Parameters

message string
innerException Exception