Keysight Pathwave 89600 VSA .NET API
LicenseFeatureException Constructor(String)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LicenseFeatureException Class > LicenseFeatureException Constructor : LicenseFeatureException Constructor(String)


message
The exception message.

Glossary Item Box

Initializes a new instance of the LicenseFeatureException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
C# 
public LicenseFeatureException( 
   string message
)
C++/CLI 
public:
LicenseFeatureException( 
   String^ message
)

Parameters

message
The exception message.

Requirements

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

See Also