Table of Contents

Constructor ZeroVectorException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

ZeroVectorException()

public ZeroVectorException()

ZeroVectorException(string?)

public ZeroVectorException(string? message)

Parameters

message string

ZeroVectorException(Exception?)

public ZeroVectorException(Exception? innerException)

Parameters

innerException Exception

ZeroVectorException(string?, Exception?)

public ZeroVectorException(string? message, Exception? innerException)

Parameters

message string
innerException Exception