ErrorModel 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
ErrorModel() |
Initializes a new instance of the ErrorModel class. |
ErrorModel(ErrorModelError) |
Initializes a new instance of the ErrorModel class. |
ErrorModel()
Initializes a new instance of the ErrorModel class.
public ErrorModel ();
Public Sub New ()
Applies to
ErrorModel(ErrorModelError)
Initializes a new instance of the ErrorModel class.
public ErrorModel (Microsoft.Azure.Management.ServiceFabric.Models.ErrorModelError error = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ErrorModel : Microsoft.Azure.Management.ServiceFabric.Models.ErrorModelError -> Microsoft.Azure.Management.ServiceFabric.Models.ErrorModel
Public Sub New (Optional error As ErrorModelError = Nothing)
Parameters
- error
- ErrorModelError
The error details.