.NET Framework Class Library
HandleErrorAttribute.ExceptionType Property
Gets or sets the type of the exception.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic (Declaration)
Public Property ExceptionType As Type
Visual Basic (Usage)
Dim instance As HandleErrorAttribute Dim value As Type value = instance.ExceptionType instance.ExceptionType = value
C#
public Type ExceptionType { get; set; }
Visual C++
public: property Type^ ExceptionType { Type^ get (); void set (Type^ value); }
JScript
function get ExceptionType () : Type function set ExceptionType (value : Type)
See Also