Exception.GetType Method
Silverlight
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.
The GetType method exists to support the .NET Framework infrastructure, and internally invokes the fundamental method, Object.GetType.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: