C# Класс Elastacloud.AzureManagement.Fluent.Types.Exceptions.FluentManagementException

A special type of exception used to capture the command that failed
Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
FluentManagementException ( string message, string commandName ) : System

Used to construct a fluent management exceptino

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

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

Used to construct a fluent management exceptino
public FluentManagementException ( string message, string commandName ) : System
message string The exception message
commandName string The name of the command
Результат System