overloaded constructor, takes the reason as parameter.

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

Parameters

reason
Type: System..::..String

See Also