ILoggerFatal Method (IContext, String, NullableInt32) |
Write fatal error in log.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax void Fatal(
IContext context,
string message,
Nullable<int> surveyId = null
)
Sub Fatal (
context As IContext,
message As String,
Optional surveyId As Nullable(Of Integer) = Nothing
)
void Fatal(
IContext^ context,
String^ message,
Nullable<int> surveyId = nullptr
)
Parameters
- context
- Type: AskiaPortalCmnIContext
Context of execution - message
- Type: SystemString
Message to log. - surveyId (Optional)
- Type: SystemNullableInt32
Identifier of the impacted survey.
See Also