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