Class InvalidIccProfileException
Represents an error that happened while reading or writing a corrupt/invalid ICC profile
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Icc
Assembly: SixLabors.ImageSharp.dll
Syntax
public class InvalidIccProfileException : Exception, ISerializable
Constructors
| Edit this page View SourceInvalidIccProfileException(string)
Initializes a new instance of the InvalidIccProfileException class.
Declaration
public InvalidIccProfileException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error |
InvalidIccProfileException(string, Exception)
Initializes a new instance of the InvalidIccProfileException class.
Declaration
public InvalidIccProfileException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error |
Exception | inner | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified |