Yaaf.Xmpp.Runtime


StreamErrorException

Defined in Yaaf.Xmpp.Runtime.dll.
This class represents errors within the xmpp-stream. When thrown it is a request to the runtime to send the stream error and close the runtime. (can also be used be plugins)

Record Fields

Record FieldDescription
errorType
Signature: XmlStreamError
extraInfo
Signature: XElement list
text
Signature: string option

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> StreamErrorException
new(msg, t, e, inner)
Signature: (msg:XmlStreamError * t:string option * e:XElement list * inner:exn) -> StreamErrorException
new(msg, t, e)
Signature: (msg:XmlStreamError * t:string option * e:XElement list) -> StreamErrorException

Instance members

Instance memberDescription
ErrorType
Signature: XmlStreamError
ExtraInfo
Signature: XElement list
Text
Signature: string option
Fork me on GitHub