![]() |
Apache Ignite.NET
|
Indicates an error during Grid Services invocation. More...
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... | |
| Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException | ( | ) |
| Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException | ( | string | message | ) |
| message | The message that describes the error. |
| Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException | ( | string | message, |
| Exception | cause | ||
| ) |
| message | The message. |
| cause | The cause. |
| Apache.Ignite.Core.Services.ServiceInvocationException.ServiceInvocationException | ( | string | message, |
| IBinaryObject | binaryCause | ||
| ) |
| message | The message. |
| binaryCause | The binary cause. |
|
protected |
| info | Serialization information. |
| ctx | Streaming context. |
| override void Apache.Ignite.Core.Services.ServiceInvocationException.GetObjectData | ( | SerializationInfo | info, |
| StreamingContext | context | ||
| ) |
|
get |