United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 1.0
ASP.NET Web Applications
ASP.NET Model View Controller (MVC)
ASP.NET MVC Reference
System.Web.Mvc Namespace
ResultExecutedContext Class
ResultExecutedContext Properties
Canceled Property
Exception Property
ExceptionHandled Property
Result Property
This topic has not yet been rated
-
Rate this topic
ResultExecutedContext
.
Exception Property
.NET Framework 3.5
Other Versions
.NET Framework 4
Gets or sets the exception object.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
virtual
Exception Exception {
get
;
set
; }
Property Value
Type:
System
.
Exception
The exception object.
See Also
Reference
ResultExecutedContext Class
ResultExecutedContext Members
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD