adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FeatureNotSupportedException Class / FeatureNotSupportedException Constructor / FeatureNotSupportedException Constructor(Int32,Int32,Int32,Int32)


In This Topic
    FeatureNotSupportedException Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal major As Integer, _
       Optional ByVal minor As Integer, _
       Optional ByVal build As Integer, _
       Optional ByVal revision As Integer _
    )
    public FeatureNotSupportedException( 
       int major,
       int minor,
       int build,
       int revision
    )
    public:
    FeatureNotSupportedException( 
       int major,
       int minor,
       int build,
       int revision
    )

    Parameters

    major
    minor
    build
    revision
    See Also