Keysight Pathwave 89600 VSA .NET API
ErrorMessage Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MathFunctionSyntaxResult Class : ErrorMessage Property


Glossary Item Box

Gets the error message.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ErrorMessage As String
C# 
public string ErrorMessage {get;}
C++/CLI 
public:
property String^ ErrorMessage {
   String^ get();
}

Remarks

Empty string implies that there is no syntax error.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also