Class PluginNotFoundException
Indicates missing Ignite plugin.
Inheritance
System.Object
PluginNotFoundException
Namespace: Apache.Ignite.Core.Plugin
Assembly: Apache.Ignite.Core.dll
Syntax
public class PluginNotFoundException : Exception
Constructors
PluginNotFoundException()
Initializes a new instance of the PluginNotFoundException class.
Declaration
public PluginNotFoundException()
PluginNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the PluginNotFoundException class.
Declaration
protected PluginNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
PluginNotFoundException(String)
Initializes a new instance of the PluginNotFoundException class.
Declaration
public PluginNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
PluginNotFoundException(String, Exception)
Initializes a new instance of the PluginNotFoundException class.
Declaration
public PluginNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |