Yaaf.Xmpp.Runtime


SendStreamClosedException

Defined in Yaaf.Xmpp.Runtime.dll.
This error indicates that the sending pipeline was already closed, so sending is not longer possible (IE the closing element was already sent!)

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> SendStreamClosedException
new(msg, inner)
Signature: (msg:string * inner:Exception) -> SendStreamClosedException
new(msg)
Signature: msg:string -> SendStreamClosedException
Fork me on GitHub