C# Класс Microsoft.WindowsAzure.Commands.Utilities.Common.AzureServiceManagementException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WrapExistingError ( ErrorRecord errorRecord ) : ErrorRecord

Wrap an existing error record in one that will display the Azure service management error message.

Приватные методы

Метод Описание
AzureServiceManagementException ( string message, Exception innerException ) : System

Initializes a new instance of the AzureServiceManagementException.

Описание методов

WrapExistingError() публичный статический Метод

Wrap an existing error record in one that will display the Azure service management error message.
public static WrapExistingError ( ErrorRecord errorRecord ) : ErrorRecord
errorRecord System.Management.Automation.ErrorRecord The existing error.
Результат System.Management.Automation.ErrorRecord