Agilent N4010A WLAN Test Suite

FramesUsedOutOfRangeException Class

Thrown when an attempt is made to set frames used outside the valid range.

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

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

[Visual Basic]
Public Class FramesUsedOutOfRangeException
    Inherits InvalidParameterException
[C#]
public class FramesUsedOutOfRangeException : 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 FramesUsed can be found in the definition of FramesUsed.

Requirements

Namespace: Agilent.N4010.WLanTest.Exceptions

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

See Also

FramesUsedOutOfRangeException Members | Agilent.N4010.WLanTest.Exceptions Namespace