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

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

Public Methods

Method Description
FluentManagementException ( string message, string commandName ) : System

Used to construct a fluent management exceptino

Method Details

FluentManagementException() public method

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
return System