Class AdaptiveImagesException
Represents an exception related to the inner workings of the add-on.
Implements
Inherited Members
Namespace: AdaptiveImages.Core
Assembly: AdaptiveImages.dll
Syntax
public class AdaptiveImagesException : Exception, ISerializable
Remarks
Used for exceptions specific to how Adaptive Images works, it is not used instead of default exception types where suitable, such as parameter validation.
Constructors
AdaptiveImagesException(string)
Creates an exception with the specified error message.
Declaration
public AdaptiveImagesException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Details about the error. |
AdaptiveImagesException(string, Exception)
Creates an exception with the specified error message and inner exception.
Declaration
public AdaptiveImagesException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | Details about the error. |
Exception | innerException | The exception wrapped by this one. |