Yaaf.Xmpp.Runtime


PluginManagerException

Defined in Yaaf.Xmpp.Runtime.Core.dll.
Exception when plugins fail, cannot be created or added.

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Default constructor.
new(message)
Signature: message:string -> unit
Creates the exception with the given message.
new(message, inner)
Signature: (message:string * inner:exn) -> unit
Creates the exception with the given message and inner exception.
Fork me on GitHub