JobErrorDetails 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
JobErrorDetails() | |
JobErrorDetails(String, String, IList<JobErrorItem>) |
JobErrorDetails()
public JobErrorDetails ();
Public Sub New ()
Applies to
JobErrorDetails(String, String, IList<JobErrorItem>)
public JobErrorDetails (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorItem> errorDetails = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorDetails : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorItem> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorDetails
Public Sub New (code As String, message As String, Optional errorDetails As IList(Of JobErrorItem) = Nothing)
Parameters
- code
- String
- message
- String
- errorDetails
- IList<JobErrorItem>
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