MobileErrorInfo.Type プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

例外Type返します

名前空間: System.Web.Mobile
アセンブリ: System.Web.Mobile (system.web.mobile.dll 内)
構文構文

Visual Basic (宣言)

Public Property Type As String

Visual Basic (使用法)

Dim instance As MobileErrorInfo Dim value As String

value = instance.Type

instance.Type = value

C#

public string Type { get; set; }

C++

public: property String^ Type { String^ get (); void set (String^ value); }

J#

/** @property */ public String get_Type ()

/** @property */ public void set_Type (String value)

JScript

public function get Type () : String

public function set Type (value : String)

プロパティ
例外の **Type**。

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.1

参照参照

関連項目
MobileErrorInfo クラス
MobileErrorInfo メンバ
System.Web.Mobile 名前空間
その他の技術情報
モバイル デバイス機能
モバイル Web アプリケーションにおけるアダプティブ エラー通知管理