InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / TucNotSupportedException Class / TucNotSupportedException Constructor


In This Topic
    TucNotSupportedException Constructor
    In This Topic
    This exception occurs when given API is called in the context of Terminal User Control (TUC). There are certain API calls that has been restricted when called from TUC context.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New TucNotSupportedException()
    public TucNotSupportedException()
    See Also