OdataErrorDetail 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
OdataErrorDetail() | |
OdataErrorDetail(String, String, IDictionary<String,Object>, String) |
OdataErrorDetail()
public OdataErrorDetail ();
Public Sub New ()
Applies to
OdataErrorDetail(String, String, IDictionary<String,Object>, String)
public OdataErrorDetail (string code, string message, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string target = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.OdataErrorDetail : string * string * System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.OdataErrorDetail
Public Sub New (code As String, message As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional target As String = Nothing)
Parameters
- code
- String
- message
- String
- additionalProperties
- IDictionary<String,Object>
- target
- String