Table of Contents

Class IndexOutOFRangeException

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

The compressor exception.

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

Constructors

IndexOutOFRangeException(string)

Initializes a new instance of the IndexOutOFRangeException class.

public IndexOutOFRangeException(string message)

Parameters

message string

The exception message.

IndexOutOFRangeException(string, Exception)

Initializes a new instance of the IndexOutOFRangeException class.

public IndexOutOFRangeException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.