InnerHttpError Class
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.
Object representing inner http error.
public class InnerHttpError
type InnerHttpError = class
Public Class InnerHttpError
- Inheritance
-
InnerHttpError
Constructors
InnerHttpError() |
Initializes a new instance of the InnerHttpError class. |
InnerHttpError(Nullable<Int32>, Object) |
Initializes a new instance of the InnerHttpError class. |
Properties
Body |
Gets or sets body from failed request. |
StatusCode |
Gets or sets httpStatusCode from failed request. |