Class ImageMaskingException

Class ImageMaskingException

Namespace: Aspose.Imaging.Masking.Exceptions
Assembly: Aspose.Imaging.dll (25.2.0)

The exceptions which specified for image masking system.

public sealed class ImageMaskingException : Exception, ISerializable

Inheritance

objectExceptionImageMaskingException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ImageMaskingException(string)

Initializes a new instance of the Aspose.Imaging.Masking.Exceptions.ImageMaskingException class.

public ImageMaskingException(string message)

Parameters

message string

The message that describes the error.

See Also

Exception