Table of Contents

Constructor StreamWriteException

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.dll

StreamWriteException()

public StreamWriteException()

StreamWriteException(string?)

public StreamWriteException(string? message)

Parameters

message string

StreamWriteException(Exception?)

public StreamWriteException(Exception? innerException)

Parameters

innerException Exception

StreamWriteException(string?, Exception?)

public StreamWriteException(string? message, Exception? innerException)

Parameters

message string
innerException Exception