C# Класс Microsoft.Azure.Commands.SiteRecovery.Error

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Error ( ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the Error class.

Error ( Microsoft.Azure.Management.SiteRecovery.Models.ServiceError se ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the Error class with required parameters.

Error ( string errorCode, string message, string possibleCauses, string recommendedAction, string activityId ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the Error class.

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

Error() публичный Метод

Initializes a new instance of the Error class.
public Error ( ) : Microsoft.Azure.Commands.SiteRecovery
Результат Microsoft.Azure.Commands.SiteRecovery

Error() публичный Метод

Initializes a new instance of the Error class with required parameters.
public Error ( Microsoft.Azure.Management.SiteRecovery.Models.ServiceError se ) : Microsoft.Azure.Commands.SiteRecovery
se Microsoft.Azure.Management.SiteRecovery.Models.ServiceError Service Error
Результат Microsoft.Azure.Commands.SiteRecovery

Error() публичный Метод

Initializes a new instance of the Error class.
public Error ( string errorCode, string message, string possibleCauses, string recommendedAction, string activityId ) : Microsoft.Azure.Commands.SiteRecovery
errorCode string Service generated error code.
message string Error message.
possibleCauses string Possible causes of the error.
recommendedAction string Recommended action to resolve the error.
activityId string ActivityId in which error occurred.
Результат Microsoft.Azure.Commands.SiteRecovery