WebEventCodes.WebErrorOtherError 字段

定义

表示的是指示发生了未分类错误的事件代码。 此字段为常数。

public: int WebErrorOtherError = 3009;
public const int WebErrorOtherError = 3009;
val mutable WebErrorOtherError : int
Public Const WebErrorOtherError As Integer  = 3009

字段值

Value = 3009

注解

WebErrorOtherError 是未分类错误的主要代码。 发生此错误时,ASP.NET 会 WebErrorEvent 引发主代码为 的 WebErrorOtherError

适用于

另请参阅