WebTestStoppedException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the WebTestStoppedException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
WebTestStoppedException() | Initializes a new instance of the WebTestStoppedException class. | |
WebTestStoppedException(String) | Initializes a new instance of the WebTestStoppedException class that has the specified error message. | |
WebTestStoppedException(SerializationInfo, StreamingContext) | Initializes a new instance of the WebTestStoppedException class for remoting scenarios. | |
WebTestStoppedException(String, Exception) | Initializes a new instance of the WebTestStoppedException class that has an error message and a reference to the inner Exception that caused this exception. |
Top