共用方式為


WebEventCodes.ApplicationShutdownResourcesDirChangeOrDirectoryRename 欄位

定義

表示事件代碼,表示 App_Resources 目錄中的子目錄已變更或重新命名。 這個欄位為常數。

public: int ApplicationShutdownResourcesDirChangeOrDirectoryRename = 50010;
public const int ApplicationShutdownResourcesDirChangeOrDirectoryRename = 50010;
val mutable ApplicationShutdownResourcesDirChangeOrDirectoryRename : int
Public Const ApplicationShutdownResourcesDirChangeOrDirectoryRename As Integer  = 50010

欄位值

Value = 50010

備註

ApplicationShutdownResourcesDirChangeOrDirectoryRename 是指定關機原因的詳細程式碼。

當App_Resources目錄中的子目錄變更或重新命名時,ASP.NET 會 WebApplicationLifetimeEvent 使用 的主要程式碼和 的詳細代碼 ApplicationShutdownApplicationShutdownResourcesDirChangeOrDirectoryRename 引發 。

適用於

另請參閱