次の方法で共有


MobileErrorInfo.File プロパティ

定義

例外が発生したコード ファイルの名前を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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

プロパティ値

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

適用対象

こちらもご覧ください