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