default constructor.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public RemoteException(
	Exception e
)
Visual Basic
Public Sub New ( _
	e As Exception _
)
Visual C++
public:
RemoteException(
	Exception^ e
)

Parameters

e
Type: System..::..Exception

See Also