TraceEventArgs.Error Property

 

Applies To: SQL Server 2016 Preview

Gets the error property associated with a TraceEventArgs object.

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

Syntax

public string Error { get; }
public:
property String^ Error {
    String^ get();
}
member Error : string with get
Public ReadOnly Property Error As String

Property Value

Type: System.String

The error itself.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top