Compartir a través de


AzureExceptionRecord(Exception, ErrorRecord, Boolean) Constructor

Definition

public AzureExceptionRecord (Exception exception, System.Management.Automation.ErrorRecord record, bool inner = false);
new Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord : Exception * System.Management.Automation.ErrorRecord * bool -> Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord
Public Sub New (exception As Exception, record As ErrorRecord, Optional inner As Boolean = false)

Parameters

exception
Exception
record
ErrorRecord
inner
Boolean

Applies to