TypedErrorInfo 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
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
- System.String
The type of included error details.
- info
- System.Object
The scenario specific error details.