Yaaf.Xmpp.Runtime


ReceivedStanzaException

Defined in Yaaf.Xmpp.Runtime.dll.
Used when we parse a stanza with an error type

Record Fields

Record FieldDescription
errorStanza
Signature: StanzaError
rawStanza
Signature: IStanza

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> ReceivedStanzaException
new(msg, text, stanza)
Signature: (msg:StanzaError * text:string * stanza:IStanza) -> ReceivedStanzaException
new(msg, stanza)
Signature: (msg:StanzaError * stanza:IStanza) -> ReceivedStanzaException

Instance members

Instance memberDescription
ErrorStanza
Signature: StanzaError
RawStanza
Signature: IStanza
Fork me on GitHub