AskiaPortalException Constructor (IContext, ExceptionCode, IDictionaryString, Object, Object) |
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,
ExceptionCode exceptionCode,
IDictionary<string, Object> extraInformation,
params Object[] details
)
Public Sub New (
context As IContext,
exceptionCode As ExceptionCode,
extraInformation As IDictionary(Of String, Object),
ParamArray details As Object()
)
public:
AskiaPortalException(
IContext^ context,
ExceptionCode exceptionCode,
IDictionary<String^, Object^>^ extraInformation,
... array<Object^>^ details
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution - exceptionCode
- Type: AskiaPortalCmn.ExceptionsExceptionCode
Code of exception - extraInformation
- Type: System.Collections.GenericIDictionaryString, Object
Exception details used to explain the exception in machine-readable format. - details
- Type: SystemObject
Exception details (Used to format translation)
See Also