ViewStateException::Message Property
.NET Framework (current version)
Gets debugging information about the HTTP request that resulted in a view-state exception.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^A String containing the formatted message with information about the exception.
Implements
_Exception::MessageIf the request does not have permission to access the server variables, then this property returns a generic view-state error message. If the request does have permission to access server variables, the Message property contains the values returned from the RemoteAddress, RemotePort, UserAgent, PersistedState, Referer, and Path properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: