GetType Method (ReportException)
In This Topic
Gets the runtime type of the current instance.
Syntax
'Declaration
Public Function GetType() As Type
Return Value
A
System.Type object that represents the exact runtime type of the current instance.
See Also