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
messagestring
OastException(string, Exception)
public OastException(string message, Exception innerException)