Classe AdomdException
Represents an exception thrown by ADOMD.NET.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.AnalysisServices.AdomdServer..::..AdomdException
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
'Utilisation
Dim instance As AdomdException
[SerializableAttribute]
public sealed class AdomdException : ApplicationException,
ISerializable, IDisposable
[SerializableAttribute]
public ref class AdomdException sealed : public ApplicationException,
ISerializable, IDisposable
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdException =
class
inherit ApplicationException
interface ISerializable
interface IDisposable
end
public final class AdomdException extends ApplicationException implements ISerializable, IDisposable
Le type AdomdException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AdomdException() () () () | Initializes a new instance of the AdomdException class. | |
AdomdException(Int32) | Initializes a new instance of the AdomdException class with a given HRESULT. | |
AdomdException(String) | Initializes a new instance of the AdomdException class with a given message. | |
AdomdException(String, Exception) | Initializes a new instance of the AdomdException class with a given message and an inner exception. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HR | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
{dtor} | Releases all resources used by the AdomdException. | |
Dispose | ||
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ISerializable. . :: . .GetObjectData |
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.