Show / Hide Table of Contents

Class SpiceSharpWarning

A static class that tracks warnings.

Inheritance
object
SpiceSharpWarning
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Generated by DocFX