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
stringThe 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)