Partager via


Classe AdomdUnknownResponseException

Represents an exception thrown by ADOMD.NET when a response has been returned from the provider that is not understood.

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class AdomdUnknownResponseException _
    Inherits AdomdException
'Utilisation
Dim instance As AdomdUnknownResponseException
[SerializableAttribute]
public sealed class AdomdUnknownResponseException : AdomdException
[SerializableAttribute]
public ref class AdomdUnknownResponseException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdUnknownResponseException =  
    class
        inherit AdomdException
    end
public final class AdomdUnknownResponseException extends AdomdException

Hiérarchie d'héritage

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

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.