Uses of Class
system.web.ui.ViewStateException
-
Packages that use ViewStateException Package Description system.web.management system.web.ui -
-
Uses of ViewStateException in system.web.management
Methods in system.web.management that return ViewStateException Modifier and Type Method Description ViewStateException
WebViewStateFailureAuditEvent. getViewStateException()
-
Uses of ViewStateException in system.web.ui
Methods in system.web.ui that return ViewStateException Modifier and Type Method Description static ViewStateException
ViewStateException. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoViewStateException
, a cast assert is made to check if types are compatible.
-