SynchronousOperationException Class

Definition

Represents an exception that occurred during the synchronous processing of an HTTP request in an ASP.NET MVC application.

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

Constructors

SynchronousOperationException()

Initializes a new instance of the SynchronousOperationException class using a system-supplied message.

SynchronousOperationException(String)

Initializes a new instance of the SynchronousOperationException class using the specified message.

SynchronousOperationException(String, Exception)

Initializes a new instance of the SynchronousOperationException class using a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to