Share via


WebEventCodes.WebErrorOtherError Campo

Definizione

Rappresenta il codice evento che indica che si è verificato un errore non classificato. Questo campo è costante.

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

Valore del campo

Value = 3009

Commenti

WebErrorOtherError è il codice principale per un errore non classificato. Quando si verifica questo errore, ASP.NET genera un WebErrorEvent oggetto con un codice principale di WebErrorOtherError.

Si applica a

Vedi anche