HttpResetTestException(Int32) Costruttore

Definizione

Crea una nuova eccezione di test

public:
 HttpResetTestException(int errorCode);
public HttpResetTestException (int errorCode);
new Microsoft.AspNetCore.TestHost.HttpResetTestException : int -> Microsoft.AspNetCore.TestHost.HttpResetTestException
Public Sub New (errorCode As Integer)

Parametri

errorCode
Int32

Codice di errore passato a Reset(Int32)

Si applica a