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


message
The exception message.
inner
An inner exception.

Glossary Item Box

Initializes a new instance of the LicenseFeatureException class.

Syntax

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

Parameters

message
The exception message.
inner
An inner exception.

Requirements

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

See Also