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

Parameters

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

See Also