Logs a message at the Fatal level.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Sub Fatal (
message As String,
ParamArray args As Object()
)
C#
void Fatal(
string message,
params Object[] args
)
Parameters
- message
- Type: System.String
The message. It can contain String.Format-style placeholders ({0}, {1} etc.) - args
- Type: System.Object[]
Arguments to replace the placeholders, if any.
See Also
Reference