Table of Contents

Class PngImageException

Namespace
Aspose.Imaging.CoreExceptions.ImageFormats
Assembly
Aspose.Imaging.dll

The png image exception.

public class PngImageException : Exception, ISerializable
Inheritance
PngImageException
Implements
Inherited Members

Constructors

PngImageException(string)

Initializes a new instance of the PngImageException class.

public PngImageException(string message)

Parameters

message string

The message.

PngImageException(string, Exception)

Initializes a new instance of the PngImageException class.

public PngImageException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.