AdomdConnectionException Class

 

Updated: March 10, 2016

Represents an exception thrown by ADOMD.NET when the connection could not be opened or was disconnected.

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

System::Object
  System::Exception
    Microsoft.AnalysisServices.AdomdClient::AdomdException
      Microsoft.AnalysisServices.AdomdClient::AdomdConnectionException

[SerializableAttribute]
public ref class AdomdConnectionException sealed : AdomdException

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyExceptionCause

Gets the cause of the exception.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: