Classe OutOfSyncException
Provides the out of synchronization errors.
Hierarquia de herança
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.OutOfSyncException
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class OutOfSyncException _
Inherits AmoException
'Uso
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
O tipo OutOfSyncException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
OutOfSyncException | Infraestrutura. Initializes a new instance of the OutOfSyncException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) | |
UnknownReference | Gets the unknown reference on the synchronization. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the SerializationInfo with information about the exception. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
ToString | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.