Yaaf.Xmpp.Runtime


StanzaValidationException

Defined in Yaaf.Xmpp.Runtime.dll.
The stanza could not be validated

Record Fields

Record FieldDescription
elem
Signature: StanzaError

Constructors

ConstructorDescription
new(info, context)
Signature: (info:SerializationInfo * context:StreamingContext) -> StanzaValidationException
new(e, msg, inner)
Signature: (e:StanzaError * msg:string * inner:Exception) -> StanzaValidationException
new(e, msg)
Signature: (e:StanzaError * msg:string) -> StanzaValidationException
new(e)
Signature: e:StanzaError -> StanzaValidationException

Instance members

Instance memberDescription
StanzaToReturn
Signature: StanzaError
Fork me on GitHub