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; }
Public ReadOnly Property ErrorMessages As List(Of String)
Get
public:
property List<String^>^ ErrorMessages {
List<String^>^ get ();
}
member ErrorMessages : List<string> with get
Property Value
Type:
ListStringThe error messages.
See Also