Apache Ignite.NET
Apache.Ignite.Core.Plugin.PluginNotFoundException Class Reference

Indicates missing Ignite plugin. More...

Inheritance diagram for Apache.Ignite.Core.Plugin.PluginNotFoundException:

Public Member Functions

 PluginNotFoundException ()
 Initializes a new instance of the PluginNotFoundException class. More...
 
 PluginNotFoundException (string message)
 Initializes a new instance of the PluginNotFoundException class. More...
 
 PluginNotFoundException (string message, Exception innerException)
 Initializes a new instance of the PluginNotFoundException class. More...
 

Protected Member Functions

 PluginNotFoundException (SerializationInfo info, StreamingContext context)
 Initializes a new instance of the PluginNotFoundException class. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Plugin.PluginNotFoundException.PluginNotFoundException ( )
Apache.Ignite.Core.Plugin.PluginNotFoundException.PluginNotFoundException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Plugin.PluginNotFoundException.PluginNotFoundException ( string  message,
Exception  innerException 
)
Parameters
messageThe error message that explains the reason for the exception.
innerExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
Apache.Ignite.Core.Plugin.PluginNotFoundException.PluginNotFoundException ( SerializationInfo  info,
StreamingContext  context 
)
protected