Write an entry to the Warnings Log.

Syntax

ISTrace.WriteWarning(message, [details], [forceAlert], [stackDepth], [raiseException])

Parameters

NameTypeOptionalByRefDescription
message String The Message to log.
details String Optional Any extra Details to record.
forceAlert Boolean Optional Indicates whether to Force an Alert in the User Interface. A forced alert will appear as a Message Box for most users. If omitted, a value of False is assumed.
stackDepth Integer Optional The Stack Depth to report. If omitted, a value of 1 is assumed.
raiseException Boolean Optional Indicates whether to Raise an ISTraceWarningException type Exception. If omitted, a value of False is assumed.

Return Value

Integer
Member of:
ISTrace
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0