Error 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
Error() |
Initializes a new instance of the Error class. |
Error(String, String, InnerHttpError) |
Initializes a new instance of the Error class. |
Error()
Error(String, String, InnerHttpError)
Initializes a new instance of the Error class.
public Error (string code = default, string message = default, Microsoft.Bot.Schema.InnerHttpError innerHttpError = default);
new Microsoft.Bot.Schema.Error : string * string * Microsoft.Bot.Schema.InnerHttpError -> Microsoft.Bot.Schema.Error
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional innerHttpError As InnerHttpError = Nothing)
Parameters
- code
- String
Error code.
- message
- String
Error message.
- innerHttpError
- InnerHttpError
Error from inner http call.