The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Exception::GetType Method ()
.NET Framework (current version)
Gets the runtime type of the current instance.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System::Type^A 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.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: