Class RemoteException
Thrown whenever an error occurs on remote node.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class RemoteException : CacheException
Constructors
RemoteException(Exception)
default constructor.
Declaration
public RemoteException(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e |
RemoteException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected RemoteException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
Properties
Message
Gets the message that descirbes the current exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
StackTrace
Gets the stack trace of the exception
Declaration
public override string StackTrace { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetObjectData(SerializationInfo, StreamingContext)
manual serialization
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |