Click or drag to resize

AbstractServiceErrorMessages Property

Gets the error messages during the service startup or shutdown.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<string> ErrorMessages { get; }

Property Value

Type: ListString
The error messages.
See Also