C# Класс Microsoft.Azure.Management.Internal.Resources.Models.ResourceManagementErrorWithDetails

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

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

Метод Описание
ResourceManagementErrorWithDetails ( ) : Hyak.Common

Initializes a new instance of the ResourceManagementErrorWithDetails class.

ResourceManagementErrorWithDetails ( string code, string message ) : Hyak.Common

Initializes a new instance of the ResourceManagementErrorWithDetails class with required arguments.

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

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

Initializes a new instance of the ResourceManagementErrorWithDetails class.
public ResourceManagementErrorWithDetails ( ) : Hyak.Common
Результат Hyak.Common

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

Initializes a new instance of the ResourceManagementErrorWithDetails class with required arguments.
public ResourceManagementErrorWithDetails ( string code, string message ) : Hyak.Common
code string
message string
Результат Hyak.Common