Table of Contents

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 string

The message that describes the error

InvalidIccProfileException(string, Exception)

Initializes a new instance of the InvalidIccProfileException class.

public InvalidIccProfileException(string message, Exception inner)

Parameters

message string

The message that describes the error

inner 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