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