Class ImageLoadException
Nombre del espacio: Aspose.Imaging.CoreExceptions Asamblea: Aspose.Imaging.dll (25.4.0)
La excepción de carga de la imagen. ocurre durante la carga de la imagen.
public class ImageLoadException : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← ImageLoadException
Implements
Miembros heredados
Exception.GetBaseException() ,y, Exception.ToString() ,y, Exception.GetType() ,y, Exception.TargetSite ,y, Exception.Message ,y, Exception.Data ,y, Exception.InnerException ,y, Exception.HelpLink ,y, Exception.Source ,y, Exception.HResult ,y, Exception.StackTrace ,y, Exception.SerializeObjectState ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
ImageLoadException(El string)
Inicia una nueva instancia de la clase Aspose.Imaging.CoreExceptions.ImageLoadExcepción.
public ImageLoadException(string message)
Parameters
message
string
El mensaje de excepción.
ImageLoadException(Cortesía, excepción)
Inicia una nueva instancia de la clase Aspose.Imaging.CoreExceptions.ImageLoadExcepción.
public ImageLoadException(string message, Exception innerException)
Parameters
message
string
El mensaje de excepción.
innerException
Exception
La excepción interna.