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() | |
InnerHttpError(Nullable<Int32>, Object) |
InnerHttpError()
public InnerHttpError ();
Public Sub New ()
Applies to
InnerHttpError(Nullable<Int32>, Object)
public InnerHttpError (int? statusCode = default, object body = default);
new Microsoft.Bot.Connector.InnerHttpError : Nullable<int> * obj -> Microsoft.Bot.Connector.InnerHttpError
Public Sub New (Optional statusCode As Nullable(Of Integer) = Nothing, Optional body As Object = Nothing)
Parameters
- body
- Object