Class ServiceInvocationException
Indicates an error during Grid Services invocation.
Namespace: Apache.Ignite.Core.Services
Assembly: Apache.Ignite.Core.dll
Syntax
public class ServiceInvocationException : IgniteException
Constructors
ServiceInvocationException()
Initializes a new instance of the ServiceInvocationException class.
Declaration
public ServiceInvocationException()
ServiceInvocationException(SerializationInfo, StreamingContext)
Initializes a new instance of the IgniteException class.
Declaration
protected ServiceInvocationException(SerializationInfo info, StreamingContext ctx)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | Serialization information. |
StreamingContext | ctx | Streaming context. |
ServiceInvocationException(String)
Initializes a new instance of the ServiceInvocationException class.
Declaration
public ServiceInvocationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
ServiceInvocationException(String, IBinaryObject)
Initializes a new instance of the ServiceInvocationException class.
Declaration
public ServiceInvocationException(string message, IBinaryObject binaryCause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
IBinaryObject | binaryCause | The binary cause. |
ServiceInvocationException(String, Exception)
Initializes a new instance of the ServiceInvocationException class.
Declaration
public ServiceInvocationException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | cause | The cause. |
Properties
BinaryCause
Gets the binary cause.
Declaration
public IBinaryObject BinaryCause { get; }
Property Value
Type | Description |
---|---|
IBinaryObject |
Methods
GetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |