Show / Hide Table of Contents

Class WarningEventArgs

Event arguments that are used when a warning is generated.

Inheritance
object
EventArgs
WarningEventArgs
Inherited Members
EventArgs.Empty
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 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

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

EventArgs
In this article
Back to top Generated by DocFX