Condividi tramite


Classe OutOfSyncException

Provides the out of synchronization errors.

Gerarchia di ereditarietà

System.Object
  System.Exception
    Microsoft.AnalysisServices.AmoException
      Microsoft.AnalysisServices.OutOfSyncException

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class OutOfSyncException _
    Inherits AmoException
'Utilizzo
Dim instance As OutOfSyncException
[SerializableAttribute]
public sealed class OutOfSyncException : AmoException
[SerializableAttribute]
public ref class OutOfSyncException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type OutOfSyncException =  
    class 
        inherit AmoException 
    end
public final class OutOfSyncException extends AmoException

Nel tipo OutOfSyncException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico OutOfSyncException Infrastruttura. Initializes a new instance of the OutOfSyncException class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.
Proprietà pubblica UnknownReference Gets the unknown reference on the synchronization.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Sets the SerializationInfo with information about the exception. Esegue l'override di Exception.GetObjectData(SerializationInfo, StreamingContext).
Metodo pubblico GetType Ereditato da Exception.
Metodo pubblico ToString Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices