HttpResetTestException(Int32) Constructor

Definition

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)

Applies to