Class MLWarning
Inheritance
System.Object
MLWarning
Syntax
public class MLWarning : IWarning
Constructors
MLWarning(String)
Declaration
public MLWarning(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
Properties
Message
Declaration
public string Message { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Triggered
Declaration
public bool Triggered { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
Methods
Reset()
Declaration
Implements
Trigger()
Declaration