Freigeben über


OutOfSyncException-Klasse

Vererbungshierarchie

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class OutOfSyncException _
    Inherits AmoException
'Usage
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

Der OutOfSyncException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode OutOfSyncException

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)
Öffentliche Eigenschaft UnknownReference

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.