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

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

Public Methods

Method Description
FluentManagementWebException ( WebException webException ) : System

Used to construct a fluent management exceptino

Method Details

FluentManagementWebException() public method

Used to construct a fluent management exceptino
public FluentManagementWebException ( WebException webException ) : System
webException System.Net.WebException
return System