C# 클래스 Elastacloud.AzureManagement.Fluent.Types.Exceptions.FluentManagementException

A special type of exception used to capture the command that failed
상속: System.ApplicationException
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
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