Click or drag to resize

SavedResponseThrowsException Property

Gets or sets a value indicating whether to throw exception.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool ThrowsException { get; set; }

Property Value

Type: Boolean
true throws exception; otherwise, false.
See Also