OperationException.Message Property

 

Applies To: SQL Server (starting with 2016)

Gets the exception message.

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

Syntax

public override string Message { get; }
public:
property String^ Message {
    virtual String^ get() override;
}
override Message : string with get
Public Overrides ReadOnly Property Message As String

Property Value

Type: System.String

The exception message.

Implements

_Exception.Message

See Also

OperationException Class
Microsoft.AnalysisServices Namespace

Return to top