Exception.GetType Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the runtime type of the current instance.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.TypeA Type object that represents the exact runtime type of the current instance.
The GetType method exists to support the .NET Framework infrastructure, and internally invokes the fundamental method, Object.GetType.
Show: