Class ImageCreateException

Class ImageCreateException

Numele spaţiului: Aspose.Imaging.CoreExceptions Asamblare: Aspose.Imaging.dll (25.4.0)

Imaginea creează o excepție. se întâmplă în timpul creării imaginii.

public class ImageCreateException : ImageException, ISerializable

Inheritance

object Exception ImageException ImageCreateException

Implements

ISerializable

Membrii moștenitori

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

Constructors

ImageCreateException(Strângere)

Inițializează o nouă instanță a clasei Aspose.Imaging.CoreExceptions.ImageCreateException.

public ImageCreateException(string message)

Parameters

message string

Mesajul de excepţie.

ImageCreateException(String, cu excepția)

Inițializează o nouă instanță a clasei Aspose.Imaging.CoreExceptions.ImageCreateException.

public ImageCreateException(string message, Exception innerException)

Parameters

message string

Mesajul de excepţie.

innerException Exception

Excepţia interioară.

 Română