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(Category="Microsoft.Design",
CheckId="CA1032:ImplementStandardExceptionConstructors",
Scope="",
Target="",
MessageId="",
Justification="")>
<SerializableAttribute()>
Public Class TucNotSupportedException
Inherits System.NotSupportedException
[SuppressMessage(Category="Microsoft.Design",
CheckId="CA1032:ImplementStandardExceptionConstructors",
Scope="",
Target="",
MessageId="",
Justification="")]
[Serializable()]
public class TucNotSupportedException : System.NotSupportedException
Inheritance Hierarchy
See Also