Exception.GetType Method
.NET Framework 4.6 and 4.5
Gets the runtime type of the current instance.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.TypeA Type object that represents the exact runtime type of the current instance.
Implements
_Exception.GetType()The GetType method exists to support the .NET Framework infrastructure, and internally invokes the fundamental method, Object.GetType.
Show: