HttpError Properties

 

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

Properties

Name Description
System_CAPS_pubproperty Comparer

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubproperty Count

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubproperty ExceptionMessage

Gets or sets the message of the Exception if available.

System_CAPS_pubproperty ExceptionType

Gets or sets the type of the Exception if available.

System_CAPS_pubproperty InnerException

Gets the inner Exception associated with this instance if available.

System_CAPS_pubproperty Item[TKey]

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubproperty Keys

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubproperty Message

Gets or sets the high-level, user-visible message explaining the cause of the error. Information carried in this field should be considered public in that it will go over the wire regardless of the IncludeErrorDetailPolicy. As a result care should be taken not to disclose sensitive information about the server or the application.

System_CAPS_pubproperty MessageDetail

Gets or sets a detailed description of the error intended for the developer to understand exactly what failed.

System_CAPS_pubproperty ModelState

Gets the ModelState containing information about the errors that occurred during model binding.

System_CAPS_pubproperty StackTrace

Gets or sets the stack trace information associated with this instance if available.

System_CAPS_pubproperty Values

(Inherited from Dictionary<TKey, TValue>.)

See Also

HttpError Class
System.Web.Http Namespace

Return to top