OperationException Class

 

Applies To: SQL Server (starting with 2016)

Represents the errors of the operation.

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

System::Object
  System::Exception
    Microsoft.AnalysisServices::AmoException
      Microsoft.AnalysisServices::OperationException

[SerializableAttribute]
public ref class OperationException sealed : AmoException

NameDescription
System_CAPS_pubmethodOperationException(XmlaResultCollection^)

Initializes a new instance of the OperationException class.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

Gets the exception message.(Overrides Exception::Message.)

System_CAPS_pubpropertyResults

Gets or sets the results of the operation.

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

System_CAPS_pubpropertyXmlaRequest

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: