Class PluginNotFoundException
Indicates missing Ignite plugin.
Implements
Inherited Members
Namespace: Apache.Ignite.Core.Plugin
Assembly: Apache.Ignite.Core.dll
Syntax
[Serializable]
public class PluginNotFoundException : Exception, ISerializable
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 |
|---|---|---|
| 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 |
|---|---|---|
| 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. |