Apache Ignite.NET
Package Apache.Ignite.Core.Common

Common Ignite types. More...

Classes

class  ClientDisconnectedException
 Indicates that client-mode local node has been disconnected from the cluster. More...
 
interface  IFactory
 Factory that produces instances of a specific type. Implementation can be passed over the wire and thus should be marked with SerializableAttribute. More...
 
class  IgniteException
 General Ignite exception. Indicates any error condition within Ignite. More...
 
class  IgniteFutureCancelledException
 Indicates future cancellation within Ignite. More...
 
struct  IgniteGuid
 Ignite guid with additional local ID. More...
 
class  JavaException
 Indicates an error on Java side and contains full Java stack trace. More...
 

Functions

delegate Exception ExceptionFactory (string className, string message, Exception inner, IIgnite ignite)
 Exception factory delegate. More...
 

Detailed Description

Function Documentation

delegate Exception Apache.Ignite.Core.Common.ExceptionFactory ( string  className,
string  message,
Exception  inner,
IIgnite  ignite 
)
Parameters
classNameException class name.
messageException message.
innerInner exception.
igniteIgnite instance.
Returns
Exception.