Yaaf.Xmpp.Runtime


StreamFailException

Defined in Yaaf.Xmpp.Runtime.dll.
This class represents errors where the other side already closed the stream with an error

Record Fields

Record FieldDescription
error
Signature: StreamErrorException

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> StreamFailException
new(msg, inner)
Signature: (msg:string * inner:StreamErrorException) -> StreamFailException

Instance members

Instance memberDescription
Error
Signature: StreamErrorException
Fork me on GitHub