Class OperationInterruptedException

Class OperationInterruptedException

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

Ocorre quando uma operação é interrompida.

public class OperationInterruptedException : FrameworkException, ISerializable

Herança

objectExceptionFrameworkExceptionOperationInterruptedException

Implementa

ISerializable

Membros Herdados

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

Construtores

OperationInterruptedException(string)

Inicializa uma nova instância da classe Aspose.Imaging.CoreExceptions.OperationInterruptedException.

public OperationInterruptedException(string message)

Parâmetros

message string

A mensagem da exceção.

OperationInterruptedException(string, Exception)

Inicializa uma nova instância da classe Aspose.Imaging.CoreExceptions.OperationInterruptedException.

public OperationInterruptedException(string message, Exception innerException)

Parâmetros

message string

A mensagem da exceção.

innerException Exception

A exceção interna.

 Português