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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.