Class ImageMaskingException

Class ImageMaskingException

Navne til: Aspose.Imaging.Masking.Exceptions Sammensætning: Aspose.Imaging.dll (25.4.0)

De undtagelser, der er angivet for billedmaskingssystemet.

public sealed class ImageMaskingException : Exception, ISerializable

Inheritance

object Exception ImageMaskingException

Implements

ISerializable

De arvede medlemmer

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)

Initialiserer en ny instans af Aspose.Imaging.Masking.Exceptions.ImageMaskingException klasse.

public ImageMaskingException(string message)

Parameters

message string

Den besked, der beskriver fejltagelsen.

Se også

Exception

 Dansk