Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / ParameterOutOfRangeException Class
Members




In This Topic
    ParameterOutOfRangeException Class
    In This Topic
    This exception is thrown if a parameter is out of range.
    Object Model
    ParameterOutOfRangeException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class ParameterOutOfRangeException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As ParameterOutOfRangeException
    [Serializable()]
    public sealed class ParameterOutOfRangeException : BarcodeException 
    [Serializable()]
    public __gc __sealed class ParameterOutOfRangeException : public BarcodeException 
    [Serializable()]
    public ref class ParameterOutOfRangeException sealed : public BarcodeException 
    Remarks

    The following is a list of possible actions that can trigger this exception:

    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.ParameterOutOfRangeException

    See Also