Class TasksLoggedException
이름 공간 : Aspose.Tasks 모임: Aspose.Tasks.dll (25.4.0)
표준 내부 예외 유형을 나타냅니다.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class TasksLoggedException : ApplicationException, ISerializable
Inheritance
object ← Exception ← ApplicationException ← TasksLoggedException
Derived
TasksReadingException , TasksWritingException
Implements
상속 회원들
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(스트리밍 정보, 스트리밍 컨텍스트)
Aspose.Tasks.TasksLoggedException 클래스의 새로운 사례를 시작합니다.
protected TasksLoggedException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
시리얼 정보에 대한 정보
context
StreamingContext
시리얼링 컨텍스트
Properties
LogText
예외는 로그인 정보를 얻습니다.
public string LogText { get; }
부동산 가치
Operation
예외 작업 정보를 얻습니다.
public string Operation { get; }