Freigeben über


SynchronousOperationException Klasse

Definition

Stellt eine Ausnahme dar, die während der synchronen Verarbeitung einer HTTP-Anforderung in einer ASP.NET MVC-Anwendung aufgetreten ist.

[System.Serializable]
public sealed class SynchronousOperationException : System.Web.HttpException
type SynchronousOperationException = class
    inherit HttpException
Public NotInheritable Class SynchronousOperationException
Inherits HttpException
Vererbung
SynchronousOperationException
Attribute

Konstruktoren

SynchronousOperationException()

Initialisiert eine neue instance der SynchronousOperationException -Klasse mithilfe einer vom System bereitgestellten Nachricht.

SynchronousOperationException(String)

Initialisiert eine neue Instanz der SynchronousOperationException-Klasse unter Verwendung der angegebenen Meldung.

SynchronousOperationException(String, Exception)

Initialisiert eine neue instance der SynchronousOperationException -Klasse mithilfe einer angegebenen Fehlermeldung und eines Verweises auf die innere Ausnahme, die die Ursache für diese Ausnahme ist.

Gilt für: