Class AuthFlowCaptureException

Namespace
Kuestenlogik.Bowire.Mocking
Assembly
Kuestenlogik.Bowire.dll

Thrown by an IAuthFlowCapturer when a flow is misconfigured, the login chain fails, or no token is captured. A Core-visible type so the auth-recording endpoint can surface a clean error without Core referencing the optional Scanner sibling (whose own AuthFlowException Core can't name).

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

Constructors

AuthFlowCaptureException()

public AuthFlowCaptureException()

AuthFlowCaptureException(string)

public AuthFlowCaptureException(string message)

Parameters

message string

AuthFlowCaptureException(string, Exception)

public AuthFlowCaptureException(string message, Exception inner)

Parameters

message string
inner Exception