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

Exception thrown when a storage account exists
Inheritance: System.ApplicationException
Mostra file Open project: azurecoder/fluent-management

Public Methods

Method Description
StorageAccountAlreadyExistsException ( string accountName ) : System

Uses the storage account name to construct a message for the user

Method Details

StorageAccountAlreadyExistsException() public method

Uses the storage account name to construct a message for the user
public StorageAccountAlreadyExistsException ( string accountName ) : System
accountName string
return System