Class StubHttpSequenceExhaustedException

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

Thrown when a response sequence receives more calls than it has configured responses.

public sealed class StubHttpSequenceExhaustedException : InvalidOperationException, ISerializable
Inheritance
StubHttpSequenceExhaustedException
Implements
Inherited Members

Constructors

StubHttpSequenceExhaustedException(string)

Creates an exception for an exhausted response sequence.

public StubHttpSequenceExhaustedException(string message)

Parameters

message string

The non-null diagnostic message identifying the redacted rule URI, configured response count, and received call number.