AdomdException Class
Represents an exception thrown by ADOMD.NET.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
'Usage
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
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.