Class OastException

Namespace
Kuestenlogik.Bowire.Oast
Assembly
Kuestenlogik.Bowire.Oast.dll

Raised when the interaction server rejects a register / poll.

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

Constructors

OastException()

public OastException()

OastException(string)

public OastException(string message)

Parameters

message string

OastException(string, Exception)

public OastException(string message, Exception innerException)

Parameters

message string
innerException Exception