AdomdException Class

Represents an exception thrown by ADOMD.NET.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AdomdException _
    Inherits Exception
'Usage
Dim instance As AdomdException
[SerializableAttribute]
public class AdomdException : Exception
[SerializableAttribute]
public ref class AdomdException : public Exception
[<SerializableAttribute>]
type AdomdException =  
    class
        inherit Exception
    end
public class AdomdException extends Exception

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.