Click or drag to resize
ExceptionGetType Method
Gets the runtime type of the current instance.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public Type GetType()

Return Value

Type: Type
A Type object that represents the exact runtime type of the current instance.
See Also