RfsgWarningEventArgs Class
- Updated2024-05-08
- 2 minute(s) read
RfsgWarningEventArgs Class
Represents properties under Warning Event Args.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public sealed class RfsgWarningEventArgs : EventArgs
Public NotInheritable Class RfsgWarningEventArgs Inherits EventArgs
The RfsgWarningEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Code |
Gets Warning Event Args code.
|
![]() | Message |
Gets Warning Event Args message.
|
![]() | Warning |
Gets or sets the warning set in the Warning Event Args.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Contains the warning event args data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.