Class InnerError
Inner error
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.ApplicationInsights.dll
Syntax
public class InnerError
Constructors
InnerError()
Initializes a new instance of the InnerError class.
Declaration
public InnerError ();
InnerError(String, Nullable<DateTime>)
Initializes a new instance of the InnerError class.
Declaration
public InnerError (string diagnosticcontext = null, Nullable<DateTime> time = null);
Parameters
String
diagnosticcontext
Provides correlation for request |
Nullable<DateTime>
time
Request time |
Properties
Diagnosticcontext
Gets or sets provides correlation for request
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="diagnosticcontext")]
public string Diagnosticcontext { get; set; }
Property Value
String
|