Class ContractBrokerException

Namespace
Kuestenlogik.Bowire.Contracts
Assembly
Kuestenlogik.Bowire.Contracts.dll

Broker interaction failed (non-success status or unparseable body).

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

Constructors

ContractBrokerException()

public ContractBrokerException()

ContractBrokerException(string)

public ContractBrokerException(string message)

Parameters

message string

ContractBrokerException(string, Exception)

public ContractBrokerException(string message, Exception inner)

Parameters

message string
inner Exception