Activity.SetStatus(ActivityStatusCode, String) Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the status code and description on the current activity object.
public System.Diagnostics.Activity SetStatus(System.Diagnostics.ActivityStatusCode code, string? description = default);
member this.SetStatus : System.Diagnostics.ActivityStatusCode * string -> System.Diagnostics.Activity
Public Function SetStatus (code As ActivityStatusCode, Optional description As String = Nothing) As Activity
- code
- ActivityStatusCode
The status code
- description
- String
The error status description
this
for convenient chaining.
When passing code value different than ActivityStatusCode.Error, the Activity.StatusDescription will reset to null
value.
The description parameter will be respected only when passing ActivityStatusCode.Error value.
Applies to
Product | Versions |
---|---|
.NET | 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: