Yaaf.Xmpp.Runtime


StanzaParseException

Defined in Yaaf.Xmpp.Runtime.dll.

Functions and values

Function or valueDescription
elemExn elem msg
Signature: elem:XElement -> msg:string -> StanzaParseException
elemExnf elem fmt
Signature: elem:XElement -> fmt:StringFormat<'?6746,StanzaParseException> -> '?6746
Type parameters: '?6746
elemExnInner elem inner msg
Signature: elem:XElement -> inner:Exception -> msg:string -> StanzaParseException
elemExnInnerf elem inner fmt
Signature: elem:XElement -> inner:Exception -> fmt:StringFormat<'?6748,StanzaParseException> -> '?6748
Type parameters: '?6748
elemFail elem msg
Signature: elem:XElement -> msg:string -> '?6750
Type parameters: '?6750
elemFailf elem fmt
Signature: elem:XElement -> fmt:StringFormat<'?6754,'?6755> -> '?6754
Type parameters: '?6754, '?6755
elemFailInner elem inner msg
Signature: elem:XElement -> inner:Exception -> msg:string -> '?6752
Type parameters: '?6752
elemFailInnerf elem inner fmt
Signature: elem:XElement -> inner:Exception -> fmt:StringFormat<'?6757,'?6758> -> '?6757
Type parameters: '?6757, '?6758
parseExn elem msg
Signature: elem:IStanza -> msg:string -> StanzaParseException
parseExnf elem fmt
Signature: elem:IStanza -> fmt:StringFormat<'?6730,StanzaParseException> -> '?6730
Type parameters: '?6730
parseExnInner elem inner msg
Signature: elem:IStanza -> inner:Exception -> msg:string -> StanzaParseException
parseExnInnerf elem inner fmt
Signature: elem:IStanza -> inner:Exception -> fmt:StringFormat<'?6732,StanzaParseException> -> '?6732
Type parameters: '?6732
parseFail elem msg
Signature: elem:IStanza -> msg:string -> '?6734
Type parameters: '?6734
parseFailf elem fmt
Signature: elem:IStanza -> fmt:StringFormat<'?6738,'?6739> -> '?6738
Type parameters: '?6738, '?6739
parseFailInner elem inner msg
Signature: elem:IStanza -> inner:Exception -> msg:string -> '?6736
Type parameters: '?6736
parseFailInnerf elem inner fmt
Signature: elem:IStanza -> inner:Exception -> fmt:StringFormat<'?6741,'?6742> -> '?6741
Type parameters: '?6741, '?6742
Fork me on GitHub