Apache Ignite.NET
Apache.Ignite.Core.Compute.ComputeUserUndeclaredException Class Reference

This exception is thrown when user's code throws undeclared runtime exception. By user core it is assumed the code in Ignite task, Ignite job or SPI. In most cases it should be an indication of unrecoverable error condition such as assertion, out of memory error, etc. More...

Inheritance diagram for Apache.Ignite.Core.Compute.ComputeUserUndeclaredException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 ComputeUserUndeclaredException ()
 Initializes a new instance of the ComputeUserUndeclaredException class. More...
 
 ComputeUserUndeclaredException (string message)
 Initializes a new instance of the ComputeUserUndeclaredException class. More...
 
 ComputeUserUndeclaredException (string message, Exception cause)
 Initializes a new instance of the ComputeUserUndeclaredException class. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException ()
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message)
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message, Exception cause)
 Initializes a new instance of the IgniteException class. More...
 

Protected Member Functions

 ComputeUserUndeclaredException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the ComputeUserUndeclaredException class. More...
 
- Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Compute.ComputeUserUndeclaredException.ComputeUserUndeclaredException ( )
Apache.Ignite.Core.Compute.ComputeUserUndeclaredException.ComputeUserUndeclaredException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Compute.ComputeUserUndeclaredException.ComputeUserUndeclaredException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.
Apache.Ignite.Core.Compute.ComputeUserUndeclaredException.ComputeUserUndeclaredException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.