WebViewStateFailureAuditEvent.ViewStateException Property
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.
Gets the exception caused by the failure.
public:
property System::Web::UI::ViewStateException ^ ViewStateException { System::Web::UI::ViewStateException ^ get(); };
public System.Web.UI.ViewStateException ViewStateException { get; }
member this.ViewStateException : System.Web.UI.ViewStateException
Public ReadOnly Property ViewStateException As ViewStateException
Property Value
The ViewStateException caused by the failure.
Remarks
The ViewStateException indicates either an attempt to tamper with view state or its reuse from another machine with a different key.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.