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


errorMessage
The error message.
errorPosition
The position of the error.

Glossary Item Box

Initializes a new instance of the MathFunctionSyntaxResult class with the specified error message and error position.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal errorMessage As String, _
   ByVal errorPosition As Integer _
)
C# 
public MathFunctionSyntaxResult( 
   string errorMessage,
   int errorPosition
)
C++/CLI 
public:
MathFunctionSyntaxResult( 
   String^ errorMessage,
   int errorPosition
)

Parameters

errorMessage
The error message.
errorPosition
The position of the error.

Requirements

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

See Also