Table of Contents

Constructor UnexpectedMetadataTypeException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

UnexpectedMetadataTypeException()

public UnexpectedMetadataTypeException()

UnexpectedMetadataTypeException(string?)

public UnexpectedMetadataTypeException(string? message)

Parameters

message string

UnexpectedMetadataTypeException(Exception?)

public UnexpectedMetadataTypeException(Exception? innerException)

Parameters

innerException Exception

UnexpectedMetadataTypeException(string?, Exception?)

public UnexpectedMetadataTypeException(string? message, Exception? innerException)

Parameters

message string
innerException Exception