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. |