Apache Ignite.NET
Apache.Ignite.Core.Services.ServiceInvocationException Class Reference

Indicates an error during Grid Services invocation. More...

Inheritance diagram for Apache.Ignite.Core.Services.ServiceInvocationException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 ServiceInvocationException ()
 Initializes a new instance of the ServiceInvocationException class. More...
 
 ServiceInvocationException (string message)
 Initializes a new instance of the ServiceInvocationException class. More...
 
 ServiceInvocationException (string message, Exception cause)
 Initializes a new instance of the ServiceInvocationException class. More...
 
 ServiceInvocationException (string message, IBinaryObject binaryCause)
 Initializes a new instance of the ServiceInvocationException class. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
- 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

 ServiceInvocationException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException 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...
 

Properties

IBinaryObject BinaryCause [get]
 Gets the binary cause. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException ( )
Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException ( string  message,
IBinaryObject  binaryCause 
)
Parameters
messageThe message.
binaryCauseThe binary cause.
Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.

Member Function Documentation

override void Apache.Ignite.Core.Services.ServiceInvocationException.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)

Property Documentation

IBinaryObject Apache.Ignite.Core.Services.ServiceInvocationException.BinaryCause
get