ExceptionResult(Exception, Boolean) Constructor

Definition

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.

Applies to