MobileErrorInfo.File プロパティ

定義

例外が発生したコード ファイルの名前を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::String ^ File { System::String ^ get(); void set(System::String ^ value); };
public string File { get; set; }
member this.File : string with get, set
Public Property File As String

プロパティ値

例外が発生したコード ファイルの名前。

適用対象

こちらもご覧ください