C# Class Microsoft.WindowsAzure.Commands.Storage.Common.ResourceAlreadyExistException

Inheritance: System.Exception
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ResourceAlreadyExistException ( String message ) : System

Create a new instance with error message

Method Details

ResourceAlreadyExistException() public method

Create a new instance with error message
public ResourceAlreadyExistException ( String message ) : System
message String error message
return System