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


In This Topic
    TucNotSupportedException Class
    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
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")>
    <SerializableAttribute()>
    Public Class TucNotSupportedException 
       Inherits System.NotSupportedException
    'Usage
     
    
    Dim instance As TucNotSupportedException
    [SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")]
    [Serializable()]
    public class TucNotSupportedException : System.NotSupportedException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.NotSupportedException
                Attachmate.Reflection.Framework.TucNotSupportedException

    See Also