HttpAntiForgeryException Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.Mvc.HttpAntiForgeryException
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.Mvc.HttpAntiForgeryException
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The HttpAntiForgeryException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpAntiForgeryException() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the HttpAntiForgeryException class. |
![]() | HttpAntiForgeryException(String) | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the HttpAntiForgeryException class. |
![]() | HttpAntiForgeryException(String, Exception) | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the HttpAntiForgeryException class. |
| 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.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHtmlErrorMessage | (Inherited from HttpException.) |
![]() | GetHttpCode | (Inherited from HttpException.) |
![]() | GetObjectData | (Inherited from HttpException.) |
![]() | GetType | (Inherited from Exception.) |
![]() | ToString | (Inherited from ExternalException.) |
Show:
