Click or drag to resize
ApocException Constructor (Exception)
Initialises a new instance of the ApocException class.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ApocException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The exception that is the cause of the current exception
Remarks
The Message property will be initialised to innerException.Message
See Also