AzureExceptionRecord(Exception, ErrorRecord, Boolean) Constructor
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.
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