Class WarningEventArgs
Event arguments that are used when a warning is generated.
Inherited Members
Namespace: SpiceSharp
Assembly: SpiceSharp.dll
Syntax
public class WarningEventArgs : EventArgs
Constructors
WarningEventArgs(string)
Initializes a new instance of the WarningEventArgs class.
Declaration
public WarningEventArgs(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The warning message. |
Properties
Message
Gets the warning message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |