Exception.GetType 方法
定義
取得目前執行個體的執行階段類型。Gets the runtime type of the current instance.
public:
Type ^ GetType();
public:
virtual Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type
傳回
Type 物件,代表目前執行個體的確實執行階段類型。A Type object that represents the exact runtime type of the current instance.
實作
備註
GetType有方法可支援 .NET Framework 基礎結構,並且會在內部叫用基本方法 Object.GetType 。The GetType method exists to support the .NET Framework infrastructure, and internally invokes the fundamental method, Object.GetType.