Classe AdomdCacheExpiredException

Represents an exception thrown by ADOMD.NET when a cached version of an ADOMD.NET object is no longer valid.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class AdomdCacheExpiredException _
    Inherits AdomdException
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
      Microsoft.AnalysisServices.AdomdClient..::..AdomdCacheExpiredException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.