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.

    System.Exception inner

    Inner exception.

    IIgnite ignite

    Ignite instance.

    Returns
    Type Description
    System.Exception

    Exception.

    Back to top © 2015 - 2019 The Apache Software Foundation