ErrorPageMiddleware Class
Represents an error page middleware.
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
Microsoft.Owin.Diagnostics.ErrorPageMiddleware
Namespace: Microsoft.Owin.Diagnostics
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
'Declaration
Public Class ErrorPageMiddleware _
Inherits OwinMiddleware
'Usage
Dim instance As ErrorPageMiddleware
public class ErrorPageMiddleware : OwinMiddleware
public ref class ErrorPageMiddleware : public OwinMiddleware
type ErrorPageMiddleware =
class
inherit OwinMiddleware
end
public class ErrorPageMiddleware extends OwinMiddleware
The ErrorPageMiddleware type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ErrorPageMiddleware |
Top
Properties
Name | Description | |
---|---|---|
Next | Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | (Overrides OwinMiddleware.Invoke(IOwinContext).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.