Class FrameworkException

Class FrameworkException

A név: Aspose.Imaging.CoreExceptions Összefoglaló: Aspose.Imaging.dll (25.4.0)

Ez az osztály egy alaposztály minden Aspose.Imaging kivétellel.A Aspose.Imaging motor által kiadott kivételek és minden egyéb kivétel típusa közötti megkülönböztetés céljából.

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

Implements

ISerializable

Örökletes tagok

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

FrameworkException(A string)

Indít egy új példát a Aspose.Imaging.CoreExceptions.FrameworkException osztály.

public FrameworkException(string message)

Parameters

message string

Az üzenet.

FrameworkException(Szilveszter, kivétel)

Indít egy új példát a Aspose.Imaging.CoreExceptions.FrameworkException osztály.

public FrameworkException(string message, Exception innerException)

Parameters

message string

Az üzenet.

innerException Exception

A belső kivétel.

 Magyar