WebEventCodes.RuntimeErrorUnhandledException 字段

定义

表示的是指示发生了未经处理的异常的事件代码。 此字段为常数。

public: int RuntimeErrorUnhandledException = 3005;
public const int RuntimeErrorUnhandledException = 3005;
val mutable RuntimeErrorUnhandledException : int
Public Const RuntimeErrorUnhandledException As Integer  = 3005

字段值

Value = 3005

注解

RuntimeErrorUnhandledException 是引用 ASP.NET 未处理的异常发生的主要代码。 发生异常时,ASP.NET 会引发 WebRequestErrorEvent 主代码为 的 RuntimeErrorUnhandledException

适用于

另请参阅