Show / Hide Table of Contents

Class AdaptiveImagesException

Represents an exception related to the inner workings of the add-on.

Inheritance
object
Exception
AdaptiveImagesException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Implements

ISerializable

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetImageConstraints<TParent>(TParent, string)
ImageExtensions.GetImageConstraints<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetSizeConstraint<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾