'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