Search Results for

    Show / Hide Table of Contents

    Class PluginNotFoundException

    Indicates missing Ignite plugin.

    Inheritance
    object
    Exception
    PluginNotFoundException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Implements

    ISerializable
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation