HttpErrorExtensions Class
Provides extension methods for the HttpError class.
Namespace: System.Web.Http.OData.Extensions
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Extensions.HttpErrorExtensions
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class HttpErrorExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class HttpErrorExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type HttpErrorExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class HttpErrorExtensions
Methods
Name | Description | |
---|---|---|
CreateODataError(HttpError) | Converts the httpError to an ODataError. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Extensions Namespace
Return to top