Share via


TypedErrorInfo Constructors

Definition

Overloads

TypedErrorInfo()

Initializes a new instance of the TypedErrorInfo class.

TypedErrorInfo(String, Object)

Initializes a new instance of the TypedErrorInfo class.

TypedErrorInfo()

Initializes a new instance of the TypedErrorInfo class.

public TypedErrorInfo ();
Public Sub New ()

Applies to

TypedErrorInfo(String, Object)

Initializes a new instance of the TypedErrorInfo class.

public TypedErrorInfo (string type = default, object info = default);
new Microsoft.Azure.Management.PolicyInsights.Models.TypedErrorInfo : string * obj -> Microsoft.Azure.Management.PolicyInsights.Models.TypedErrorInfo
Public Sub New (Optional type As String = Nothing, Optional info As Object = Nothing)

Parameters

type
String

The type of included error details.

info
Object

The scenario specific error details.

Applies to