overloaded 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 OperationFailedException(
	string reason,
	Exception inner,
	bool isTracable
)
Visual Basic
Public Sub New ( _
	reason As String, _
	inner As Exception, _
	isTracable As Boolean _
)
Visual C++
public:
OperationFailedException(
	String^ reason, 
	Exception^ inner, 
	bool isTracable
)

Parameters

reason
Type: System..::..String
reason for exception
inner
Type: System..::..Exception
nested exception
isTracable
Type: System..::..Boolean

See Also