Agilent N4010A WLAN Test Suite

FrequencyOutOfRangeException Class

Thrown when an attempt is made to set to a frequency outside the valid range.

For a list of all members of this type, see FrequencyOutOfRangeException Members.

System.Object
   System.Exception
      System.ApplicationException
         Agilent.N4010.WLanTest.Exceptions.InvalidParameterException
            Agilent.N4010.WLanTest.Exceptions.FrequencyOutOfRangeException

[Visual Basic]
Public Class FrequencyOutOfRangeException
    Inherits InvalidParameterException
[C#]
public class FrequencyOutOfRangeException : InvalidParameterException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The valid range for Frequency can be found in the definition of Frequency.

Requirements

Namespace: Agilent.N4010.WLanTest.Exceptions

Assembly: Agilent.N4010.WLanTest (in Agilent.N4010.WLanTest.dll)

See Also

FrequencyOutOfRangeException Members | Agilent.N4010.WLanTest.Exceptions Namespace