PngImageException.PngImageException

PngImageException(string)

Initializes a new instance of the PngImageException class.

public PngImageException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


PngImageException(string, Exception)

Initializes a new instance of the PngImageException class.

public PngImageException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe message.
innerExceptionExceptionThe inner exception.

See Also