InnerHttpError Constructors
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.
Overloads
InnerHttpError() |
Initializes a new instance of the InnerHttpError class. |
InnerHttpError(Nullable<Int32>, Object) |
Initializes a new instance of the InnerHttpError class. |
InnerHttpError()
Initializes a new instance of the InnerHttpError class.
public InnerHttpError ();
Public Sub New ()
Applies to
InnerHttpError(Nullable<Int32>, Object)
Initializes a new instance of the InnerHttpError class.
public InnerHttpError (int? statusCode = default, object body = default);
new Microsoft.Bot.Schema.InnerHttpError : Nullable<int> * obj -> Microsoft.Bot.Schema.InnerHttpError
Public Sub New (Optional statusCode As Nullable(Of Integer) = Nothing, Optional body As Object = Nothing)
Parameters
- body
- Object
Body from failed request.