Classe AdomdException
Represents an exception thrown by ADOMD.NET.
Hierarquia de herança
System.Object
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
'Uso
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
O tipo AdomdException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HR | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the AdomdException. | |
Dispose | Releases the resources used by the current instance of the AdomdException class. | |
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
ToString | (Herdado de Exception.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ISerializable.GetObjectData | Populates the specified SerializationInfo object with the data needed to serialize the AdomdException. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.