Class SpiceSharpWarning
A static class that tracks warnings.
Inherited Members
Namespace: SpiceSharp
Assembly: SpiceSharp.dll
Syntax
public static class SpiceSharpWarning
Methods
Warning(object, string)
Adds a warning.
Declaration
public static void Warning(object sender, string message)
Parameters
Type | Name | Description |
---|---|---|
object | sender | The sender. |
string | message | The warning message. |
Events
WarningGenerated
Occurs when a warning was generated.
Declaration
public static event EventHandler<WarningEventArgs> WarningGenerated
Event Type
Type | Description |
---|---|
EventHandler<WarningEventArgs> |