Clase AdomdCacheExpiredException
Represents an exception thrown by ADOMD.NET when a cached version of an ADOMD.NET object is no longer valid.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.AnalysisServices.AdomdClient.AdomdException
Microsoft.AnalysisServices.AdomdClient.AdomdCacheExpiredException
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class AdomdCacheExpiredException _
Inherits AdomdException
'Uso
Dim instance As AdomdCacheExpiredException
[SerializableAttribute]
public sealed class AdomdCacheExpiredException : AdomdException
[SerializableAttribute]
public ref class AdomdCacheExpiredException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdCacheExpiredException =
class
inherit AdomdException
end
public final class AdomdCacheExpiredException extends AdomdException
El tipo AdomdCacheExpiredException expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
ToString | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.