WarningEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |