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() | |
Error(String, String, InnerHttpError) |
Error()
public Error ();
Public Sub New ()
Applies to
Error(String, String, InnerHttpError)
public Error (string code = default, string message = default, Microsoft.Bot.Connector.InnerHttpError innerHttpError = default);
new Microsoft.Bot.Connector.Error : string * string * Microsoft.Bot.Connector.InnerHttpError -> Microsoft.Bot.Connector.Error
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional innerHttpError As InnerHttpError = Nothing)
Parameters
- code
- String
- message
- String
- innerHttpError
- InnerHttpError