Exceptions.Image.ImageException - Gigas002/GTiff2Tiles GitHub Wiki

Exceptions, happened in Image.Image class.

Inherits from System.Exception.

Namespace

GTiff2Tiles.Core.Exceptions.Image

Constructors

Description: Creates new object with passed error message.

Syntax:

public ImageException(string errorMessage) : base(errorMessage)

Parameters:

Type Name Description
System.String errorMessage Error message

Description: Creates new object with passed error message and a reference to the inner exception that is the cause of this exception.

Syntax:

public ImageException(string errorMessage, Exception innerException) : base(errorMessage, innerException)

Parameters:

Type Name Description
System.String errorMessage Error message
System.Exception innerException Inner exception