ApocException Constructor (Exception) |
Initialises a new instance of the ApocException class.
Namespace: Kettic.AspNet.Controls.Toolkit.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ApocException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
ApocException(
Exception^ innerException
)
new :
innerException : Exception -> ApocException
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