Table of Contents

Class DegenerateTransformException

Namespace
SixLabors.ImageSharp.Processing.Processors.Transforms
Assembly
SixLabors.ImageSharp.dll

Represents an error that occurs during a transform operation.

public sealed class DegenerateTransformException : Exception, ISerializable
Inheritance
DegenerateTransformException
Implements
Inherited Members

Constructors

DegenerateTransformException()

Initializes a new instance of the DegenerateTransformException class.

public DegenerateTransformException()

DegenerateTransformException(string)

Initializes a new instance of the DegenerateTransformException class with a specified error message.

public DegenerateTransformException(string message)

Parameters

message string

The message that describes the error.

DegenerateTransformException(string, Exception)

Initializes a new instance of the DegenerateTransformException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public DegenerateTransformException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.