Search Results for

    Show / Hide Table of Contents

    Delegate ExceptionFactory

    Exception factory delegate.

    Namespace: Apache.Ignite.Core.Common
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public delegate Exception ExceptionFactory(string className, string message, Exception inner, IIgnite ignite);
    Parameters
    Type Name Description
    System.String className

    Exception class name.

    System.String message

    Exception message.

    Exception inner

    Inner exception.

    IIgnite ignite

    Ignite instance.

    Returns
    Type Description
    Exception

    Exception.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation