ErrorHandlerModule Classe
Definizione
Attenzione
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
Intercetta gli errori e formatta i messaggi per il dispositivo appropriato.Traps errors and formats messages for the appropriate device. Per informazioni sullo sviluppo di applicazioni mobili ASP.NET, vedere Mobile Apps & Sites with ASP.NET (App per dispositivi mobili e siti con ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public ref class ErrorHandlerModule : System::Web::IHttpModule
public class ErrorHandlerModule : System.Web.IHttpModule
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ErrorHandlerModule : System.Web.IHttpModule
type ErrorHandlerModule = class
interface IHttpModule
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ErrorHandlerModule = class
interface IHttpModule
Public Class ErrorHandlerModule
Implements IHttpModule
- Ereditarietà
-
ErrorHandlerModule
- Attributi
- Implementazioni
Costruttori
ErrorHandlerModule() |
Crea un'istanza dell'oggetto ErrorHandlerModule.Creates an instance of the ErrorHandlerModule. Questa API è obsoleta.This API is obsolete. Per informazioni sullo sviluppo di applicazioni mobili ASP.NET, vedere Mobile Apps & Sites with ASP.NET (App per dispositivi mobili e siti con ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |
Implementazioni dell'interfaccia esplicita
IHttpModule.Dispose() |
Elimina le risorse, diverse dalla memoria, utilizzate dal modulo.Disposes of the resources (other than memory) used by the module. Questa API è obsoleta.This API is obsolete. Per informazioni sullo sviluppo di applicazioni mobili ASP.NET, vedere Mobile Apps & Sites with ASP.NET (App per dispositivi mobili e siti con ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
IHttpModule.Init(HttpApplication) |
Inizializza il modulo e lo prepara per la gestione delle richieste.Initializes the module and prepares it to handle requests. Questa API è obsoleta.This API is obsolete. Per informazioni sullo sviluppo di applicazioni mobili ASP.NET, vedere Mobile Apps & Sites with ASP.NET (App per dispositivi mobili e siti con ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |