SynchronousOperationException Class
Represents an exception that occurred during the synchronous processing of an HTTP request in an ASP.NET MVC application.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.Mvc.Async.SynchronousOperationException
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | (Inherited from ExternalException.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
![]() | WebEventCode | (Inherited from HttpException.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHtmlErrorMessage() | (Inherited from HttpException.) |
![]() | GetHttpCode() | (Inherited from HttpException.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from HttpException.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from ExternalException.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

