Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents an exception thrown by ADOMD.NET when a response is received from a provider which indicates an error. This exception contains a collection of AdomdError objects that contain information about each problem reported by the provider.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.AnalysisServices.AdomdClient.AdomdException
Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class AdomdErrorResponseException _
Inherits AdomdException
'Utilisation
Dim instance As AdomdErrorResponseException
[SerializableAttribute]
public sealed class AdomdErrorResponseException : AdomdException
[SerializableAttribute]
public ref class AdomdErrorResponseException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdErrorResponseException =
class
inherit AdomdException
end
public final class AdomdErrorResponseException extends AdomdException
Le type AdomdErrorResponseException expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
ErrorCode | Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException. |
![]() |
Errors | Gets a reference to the AdomdErrorCollection contained by the exception. |
![]() |
HelpLink | Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (remplace Exception.HelpLink.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (remplace Exception.Message.) |
![]() |
Source | Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (remplace Exception.Source.) |
![]() |
StackTrace | (hérité de Exception.) |
![]() |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetBaseException | (hérité de Exception.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetObjectData | Sets the specified System.Runtime.Serialization.SerializationInfo with information about the exception. (remplace Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (hérité de Exception.) |
![]() |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)