Class UnexpectedFileFormatException

Class UnexpectedFileFormatException

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

Si tratta di un’eccezione che viene gettata quando il formato del file ha un formato o una struttura inaspettata.

public class UnexpectedFileFormatException : TasksException, ISerializable

Inheritance

object Exception ApplicationException TasksException UnexpectedFileFormatException

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

UnexpectedFileFormatException(Informazioni su StreamingContext)

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

protected UnexpectedFileFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo

Informazioni di serializzazione.

streamingContext StreamingContext

Il contesto di streaming.

 Italiano