RfsgWarningEventArgs Class
- Updated2025-05-22
- 2 minute(s) read
Rfsg
Represents properties under Warning Event Args.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
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 | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (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.