Freigeben über


HttpUnhandledException-Klasse

Die Ausnahme, die beim Auftreten einer generischen Ausnahme ausgelöst wird.

Namespace: System.Web
Assembly: System.Web (in system.web.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class HttpUnhandledException
    Inherits HttpException
'Usage
Dim instance As HttpUnhandledException
[SerializableAttribute] 
public sealed class HttpUnhandledException : HttpException
[SerializableAttribute] 
public ref class HttpUnhandledException sealed : public HttpException
/** @attribute SerializableAttribute() */ 
public final class HttpUnhandledException extends HttpException
SerializableAttribute 
public final class HttpUnhandledException extends HttpException

Vererbungshierarchie

System.Object
   System.Exception
     System.SystemException
       System.Runtime.InteropServices.ExternalException
         System.Web.HttpException
          System.Web.HttpUnhandledException

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

HttpUnhandledException-Member
System.Web-Namespace