'Declaration
<CLSCompliantAttribute(True)> <ComVisibleAttribute(False)> <SerializableAttribute()> Public Class CustomException Inherits System.ApplicationException Implements System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
'Usage
Dim instance As CustomException
[CLSCompliant(true)] [ComVisible(false)] [Serializable()] public class CustomException : System.ApplicationException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
[CLSCompliant(true)] [ComVisible(false)] [Serializable()] public ref class CustomException : public System.ApplicationException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable