ExtendedErrorInfo 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
ExtendedErrorInfo() |
Initializes a new instance of the ExtendedErrorInfo class. |
ExtendedErrorInfo(String, String) |
Initializes a new instance of the ExtendedErrorInfo class. |
ExtendedErrorInfo()
Initializes a new instance of the ExtendedErrorInfo class.
public ExtendedErrorInfo ();
Public Sub New ()
Applies to
ExtendedErrorInfo(String, String)
Initializes a new instance of the ExtendedErrorInfo class.
public ExtendedErrorInfo (string code = default, string message = default);
new Microsoft.Azure.Management.ManagementPartner.Models.ExtendedErrorInfo : string * string -> Microsoft.Azure.Management.ManagementPartner.Models.ExtendedErrorInfo
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- code
- String
this is the error response code
- message
- String
this is the extended error info message