'Declaration<SuppressMessageAttribute("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")> <SerializableAttribute()> Public Class TucNotSupportedException Inherits System.NotSupportedException
'UsageDim instance As TucNotSupportedException
[SuppressMessage("Microsoft.Design", "CA1032:ImplementStandardExceptionConstructors")] [Serializable()] public class TucNotSupportedException : System.NotSupportedException