Class StubHttpVerificationException

Namespace
XBullet.EasyTesting.Http
Assembly
XBullet.EasyTesting.Http.dll

Thrown when recorded outbound HTTP requests do not satisfy a verification.

public sealed class StubHttpVerificationException : Exception, ISerializable
Inheritance
StubHttpVerificationException
Implements
Inherited Members

Constructors

StubHttpVerificationException(string)

Creates an outbound HTTP verification failure.

public StubHttpVerificationException(string message)

Parameters

message string

The non-null diagnostic message describing the expected and actual request counts. Callers constructing this exception are responsible for redacting sensitive values.