Click or drag to resize

ILoggerFatal Method (IContext, Exception, NullableInt32)

Write fatal error in log.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
void Fatal(
	IContext context,
	Exception exception,
	Nullable<int> surveyId = null
)

Parameters

context
Type: AskiaPortalCmnIContext
Context of execution
exception
Type: SystemException
Exception to log.
surveyId (Optional)
Type: SystemNullableInt32
Identifier of the impacted survey.
See Also