Class BowireHarImportException

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

Thrown by Convert(string, string?, bool) when the HAR document is malformed.

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

Constructors

BowireHarImportException()

public BowireHarImportException()

BowireHarImportException(string)

public BowireHarImportException(string message)

Parameters

message string

BowireHarImportException(string, Exception)

public BowireHarImportException(string message, Exception inner)

Parameters

message string
inner Exception