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.ServiceFabricManagedClusters.Models.ErrorModelError error = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModel : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModelError -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ErrorModel
Public Sub New (Optional error As ErrorModelError = Nothing)
Parameters
- error
- ErrorModelError
The error details.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET