Class TasksLoggedException

Class TasksLoggedException

Il nome: Aspose.Tasks Assemblea: Aspose.Tasks.dll (25.4.0)

Si tratta del tipo di eccezione interna standard.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class TasksLoggedException : ApplicationException, ISerializable

Inheritance

object Exception ApplicationException TasksLoggedException

Derived

TasksReadingException , TasksWritingException

Implements

ISerializable

I membri ereditari

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

TasksLoggedException(Informazioni su StreamingContext)

Inizia una nuova instanza della classe Aspose.Tasks.TasksLoggedException.

protected TasksLoggedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

Informazioni di serializzazione.

context StreamingContext

Il contesto di serializzazione.

Properties

LogText

Riceve l’eccezione logging informazioni.

public string LogText { get; }

Valore di proprietà

string

Operation

Riceve le informazioni operative eccezionali.

public string Operation { get; }

Valore di proprietà

string

 Italiano