StimulusProfileCompilationException Class
- Updated2023-02-21
- 2 minute(s) read
Represents errors, warnings, or messages that occur during the compilation of a stimulus profile or real-time sequence definition file.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class StimulusProfileCompilationException _ Inherits VeriStandException |
C# |
---|
[SerializableAttribute] public class StimulusProfileCompilationException : VeriStandException |
Visual C++ |
---|
[SerializableAttribute] public ref class StimulusProfileCompilationException : public VeriStandException |
Remarks
Use the members of this class to get or set the compilations events, or errors, warnings, and messages, that occur during compilation of a stimulus profile file.
Accessing this Class:
Inheritance Hierarchy
System.Object
System.Exception
VeriStandException
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.StimulusProfileCompilationException
System.Exception
VeriStandException
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.StimulusProfileCompilationException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.