HttpResetTestException(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new test exception
public:
HttpResetTestException(int errorCode);
public HttpResetTestException (int errorCode);
new Microsoft.AspNetCore.TestHost.HttpResetTestException : int -> Microsoft.AspNetCore.TestHost.HttpResetTestException
Public Sub New (errorCode As Integer)
Parameters
- errorCode
- Int32
The error code passed to Reset(Int32)