SynchronousOperationException Class
Represents an exception that occurred during the synchronous processing of an HTTP request in an ASP.NET MVC application.
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.Mvc.Async.SynchronousOperationException
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.Mvc.Async.SynchronousOperationException
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The SynchronousOperationException type exposes the following members.
| 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 | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHtmlErrorMessage | (Inherited from HttpException.) |
![]() | GetHttpCode | (Inherited from HttpException.) |
![]() | GetObjectData | (Inherited from HttpException.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from ExternalException.) |
Show:



