Class OperationInterruptedException

Class OperationInterruptedException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

Uppstår när en operation avbryts.

public class OperationInterruptedException : FrameworkException, ISerializable

Arv

objectExceptionFrameworkExceptionOperationInterruptedException

Implementerar

ISerializable

Ärvda Medlemmar

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()

Konstruktörer

OperationInterruptedException(string)

Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.OperationInterruptedException.

public OperationInterruptedException(string message)

Parametrar

message string

Undantagsmeddelandet.

OperationInterruptedException(string, Exception)

Initierar en ny instans av klassen Aspose.Imaging.CoreExceptions.OperationInterruptedException.

public OperationInterruptedException(string message, Exception innerException)

Parametrar

message string

Undantagsmeddelandet.

innerException Exception

Det inre undantaget.

 Svenska