WebViewStateFailureAuditEvent.ViewStateException Property

Definition

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