PngImageException

PngImageException constructor (1 of 2)

Initializes a new instance of the PngImageException class.

public PngImageException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


PngImageException constructor (2 of 2)

Initializes a new instance of the PngImageException class.

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

See Also