Constructor StreamReadException
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
StreamReadException()
public StreamReadException()
StreamReadException(string?)
public StreamReadException(string? message)
Parameters
message
string
StreamReadException(Exception?)
public StreamReadException(Exception? innerException)
Parameters
innerException
Exception
StreamReadException(string?, Exception?)
public StreamReadException(string? message, Exception? innerException)
Parameters
message
string
innerException
Exception