AskiaPortalException Constructor (IContext, Exception, ExceptionCode) |
Creates a new instance of AskiaPortal exception
Namespace:
AskiaPortalCmn.Exceptions
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public AskiaPortalException(
IContext context,
Exception innerException,
ExceptionCode exceptionCode
)
Public Sub New (
context As IContext,
innerException As Exception,
exceptionCode As ExceptionCode
)
public:
AskiaPortalException(
IContext^ context,
Exception^ innerException,
ExceptionCode exceptionCode
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution - innerException
- Type: SystemException
Inner exception - exceptionCode
- Type: AskiaPortalCmn.ExceptionsExceptionCode
Code of exception
See Also