ExceptionResult(Exception, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ExceptionResult class.
public ExceptionResult (Exception exception, bool includeErrorDetail);
new System.Web.Http.ExceptionResult : Exception * bool -> System.Web.Http.ExceptionResult
Public Sub New (exception As Exception, includeErrorDetail As Boolean)
Parameters
- exception
- Exception
The exception to include in the error.
- includeErrorDetail
- Boolean
true
if the error should include exception messages; otherwise, false
.