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; }
<DataMemberAttribute>
Public Property ThrowsException As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool ThrowsException {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member ThrowsException : bool with get, set
Property Value
Type:
Booleantrue throws exception; otherwise,
false.
See Also