Класс AdomdException
Represents an exception thrown by ADOMD.NET.
Иерархия наследования
System.Object
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
'Применение
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
Тип AdomdException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
HelpLink | (Производный от Exception.) | |
HR | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | (Производный от Exception.) | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
{dtor} | Releases all resources used by the AdomdException. | |
Dispose | Releases the resources used by the current instance of the AdomdException class. | |
Equals | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Важный элемент безопасности. (Производный от Exception.) | |
GetType | (Производный от Exception.) | |
ToString | (Производный от Exception.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ISerializable.GetObjectData | Populates the specified SerializationInfo object with the data needed to serialize the AdomdException. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.