Writes a warning message.
Warning log messages provide information about unexpected and recoverable events in application flow.
Namespace: GroupDocs.Viewer.LoggingAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxvoid Warning(
string message
)
Sub Warning (
message As String
)
void Warning(
String^ message
)
abstract Warning :
message : string -> unit
Parameters
- message
- Type: SystemString
The warning message.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when message is null. |
See Also