ApocException Constructor (String, 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(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ApocException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ApocException
Parameters
- message
- Type: SystemString
The error message that explains the reason for this exception
- innerException
- Type: SystemException
The exception that is the cause of the current exception
See Also