Class InvalidIccProfileException
- Namespace
- SixLabors.ImageSharp.Metadata.Profiles.Icc
- Assembly
- SixLabors.ImageSharp.dll
Represents an error that happened while reading or writing a corrupt/invalid ICC profile
public class InvalidIccProfileException : Exception, ISerializable
- Inheritance
-
InvalidIccProfileException
- Implements
- Inherited Members
Constructors
InvalidIccProfileException(string)
Initializes a new instance of the InvalidIccProfileException class.
public InvalidIccProfileException(string message)
Parameters
message
stringThe message that describes the error
InvalidIccProfileException(string, Exception)
Initializes a new instance of the InvalidIccProfileException class.
public InvalidIccProfileException(string message, Exception inner)