C# Class Elastacloud.AzureManagement.Fluent.Types.Exceptions.FluentManagementException

A special type of exception used to capture the command that failed
Inheritance: System.ApplicationException
Afficher le fichier Open project: azurecoder/fluent-management

Méthodes publiques

Méthode Description
FluentManagementException ( string message, string commandName ) : System

Used to construct a fluent management exceptino

Method Details

FluentManagementException() public méthode

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
Résultat System