SynchronousOperationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
SynchronousOperationException(String) |
Initializes a new instance of the SynchronousOperationException class using the specified message. |