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
stringThe exception message.
IndexOutOFRangeException(string, Exception)
Initializes a new instance of the IndexOutOFRangeException class.
public IndexOutOFRangeException(string message, Exception innerException)