ILoggerWarn Method (IContext, Exception, NullableInt32) |
Write warning in log.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax void Warn(
IContext context,
Exception exception,
Nullable<int> surveyId = null
)
Sub Warn (
context As IContext,
exception As Exception,
Optional surveyId As Nullable(Of Integer) = Nothing
)
void Warn(
IContext^ context,
Exception^ exception,
Nullable<int> surveyId = nullptr
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution - exception
- Type: SystemException
Exception to log. - surveyId (Optional)
- Type: SystemNullableInt32
Identifier of the impacted survey.
Remarks
Obsolete. Use the Warn(IContext, Exception, NullableInt32) instead.
See Also