Yaaf.Xmpp.Runtime


StanzaParseException

Defined in Yaaf.Xmpp.Runtime.dll.
Unable to parse a given stanza. NOTE this does not inherit StanzaException because this exception is thrown within methods where the RawStanza is not available. It will/can be catched and rethrown as StanzaException as soon as the RawStanza is available. Or it will finally be handled in the XmlStanzaPlugin logic.

Record Fields

Record FieldDescription
elem
Signature: Choice<XElement,IStanza>

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> StanzaParseException
new(cause, msg, inner)
Signature: (cause:IStanza * msg:string * inner:Exception) -> StanzaParseException
new(e, msg, inner)
Signature: (e:XElement * msg:string * inner:Exception) -> StanzaParseException
new(cause, msg)
Signature: (cause:IStanza * msg:string) -> StanzaParseException
new(e, msg)
Signature: (e:XElement * msg:string) -> StanzaParseException
new(cause)
Signature: cause:IStanza -> StanzaParseException
new(e)
Signature: e:XElement -> StanzaParseException

Instance members

Instance memberDescription
FailedElementToParse
Signature: Choice<XElement,IStanza>
Fork me on GitHub