Bagikan melalui


ErrorHandlerModule Kelas

Definisi

Perhatian

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.

Menjebak kesalahan dan memformat pesan untuk perangkat yang sesuai. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan 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
Warisan
ErrorHandlerModule
Atribut
Penerapan

Konstruktor

ErrorHandlerModule()
Kedaluwarsa.

Membuat instans .ErrorHandlerModule API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

Metode

Equals(Object)
Kedaluwarsa.

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

(Diperoleh dari Object)
GetHashCode()
Kedaluwarsa.

Berfungsi sebagai fungsi hash default.

(Diperoleh dari Object)
GetType()
Kedaluwarsa.

Mendapatkan instans Type saat ini.

(Diperoleh dari Object)
MemberwiseClone()
Kedaluwarsa.

Membuat salinan dangkal dari yang saat ini Object.

(Diperoleh dari Object)
ToString()
Kedaluwarsa.

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)

Implementasi Antarmuka Eksplisit

IHttpModule.Dispose()
Kedaluwarsa.

Membuang sumber daya (selain memori) yang digunakan oleh modul. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

IHttpModule.Init(HttpApplication)
Kedaluwarsa.

Menginisialisasi modul dan menyiapkannya untuk menangani permintaan. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

Berlaku untuk

Lihat juga