Click or drag to resize

MongoExceptionHasErrorLabel Method

Determines whether the exception has some error label.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public bool HasErrorLabel(
	string errorLabel
)

Parameters

errorLabel
Type: SystemString
The error label.

Return Value

Type: Boolean
true if the exception has some error label; otherwise, false.
See Also