Show / Hide Table of Contents

    Class PluginNotFoundException

    Indicates missing Ignite plugin.

    Inheritance
    System.Object
    System.Exception
    PluginNotFoundException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Apache.Ignite.Core.Plugin
    Assembly: Apache.Ignite.Core.dll
    Syntax
    [Serializable]
    public class PluginNotFoundException : Exception, ISerializable, _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
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.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.

    System.Exception innerException

    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top © 2015 - 2019 The Apache Software Foundation