WebEventCodes.RuntimeErrorUnhandledException Feld

Definition

Stellt den Ereigniscode dar, der angibt, dass eine nicht behandelte Ausnahme aufgetreten ist. Dieses Feld ist konstant.

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

Feldwert

Value = 3005

Hinweise

RuntimeErrorUnhandledException ist der Hauptcode, der sich auf das Auftreten einer Ausnahme bezieht, die nicht von ASP.NET behandelt wird. Wenn die Ausnahme auftritt, löst ASP.NET einen WebRequestErrorEvent mit dem Hauptcode aus RuntimeErrorUnhandledException.

Gilt für:

Weitere Informationen