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() | |
ErrorModelError(String, String) |
ErrorModelError()
public ErrorModelError ();
Public Sub New ()
Applies to
ErrorModelError(String, String)
public ErrorModelError (string code = default, string message = default);
new Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ErrorModelError : string * string -> Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ErrorModelError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- code
- String
- message
- String