Keysight 89600 VSA .NET API
Exception Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > Operation Class : Exception Property


Glossary Item Box

Gets the exception (if any) that caused the operation to fail (State is OperationState.Failed).

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Exception As Exception
C# 
public abstract Exception Exception {get;}
C++/CLI 
public:
abstract property Exception^ Exception {
   Exception^ get();
}

Requirements

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

See Also