WarningEventArgs Class

Definition

Represents the event arguments for a warning that occurred during a test execution.

public ref class WarningEventArgs : EventArgs
[System.Serializable]
public class WarningEventArgs : EventArgs
[<System.Serializable>]
type WarningEventArgs = class
    inherit EventArgs
Public Class WarningEventArgs
Inherits EventArgs
Inheritance
WarningEventArgs
Attributes

Constructors

WarningEventArgs(String)

Initializes a new instance of the WarningEventArgs class by using the provided warning message.

Properties

Warning

Gets the warning message.

Applies to