C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Exception Class
Exception Methods
GetType Method
ToString Method
Exception
GetType Method
Gets the runtime type of the current instance.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
Type
GetType
()
Return Value
Type:
Type
A
Type
object that represents the exact runtime type of the current instance.
See Also
Reference
Exception Class
System Namespace