Classe AdomdException
Represents an exception thrown by ADOMD.NET.
Gerarchia di ereditarietà
System.Object
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
'Utilizzo
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
Nel tipo AdomdException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Data | Ereditato da Exception. |
![]() |
HelpLink | Ereditato da Exception. |
![]() |
HR | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Ereditato da Exception. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the AdomdException. |
![]() |
Dispose | Releases the resources used by the current instance of the AdomdException class. |
![]() |
Equals | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. |
![]() |
GetType | Ereditato da Exception. |
![]() |
ToString | Ereditato da Exception. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
ISerializable.GetObjectData | Populates the specified SerializationInfo object with the data needed to serialize the AdomdException. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.