Class AuthFlowException

Namespace
Kuestenlogik.Bowire.Security.Scanner
Assembly
Kuestenlogik.Bowire.Security.Scanner.dll

Raised when an auth flow (#190) is misconfigured or fails to yield a token.

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

Constructors

AuthFlowException()

public AuthFlowException()

AuthFlowException(string)

public AuthFlowException(string message)

Parameters

message string

AuthFlowException(string, Exception)

public AuthFlowException(string message, Exception inner)

Parameters

message string
inner Exception