C# Class ConoHaNet.Objects.BulkDeletionException

Inheritance: System.Exception
Exibir arquivo Open project: crowdy/OpenStack-ConoHa

Public Methods

Method Description
BulkDeletionException ( string status, BulkDeletionResults results ) : Providers

Initializes a new instance of the BulkDeletionException class with the specified status and results.

Method Details

BulkDeletionException() public method

Initializes a new instance of the BulkDeletionException class with the specified status and results.
/// If is . /// -or- /// If is . /// /// If is empty. ///
public BulkDeletionException ( string status, BulkDeletionResults results ) : Providers
status string A description of the status of the operation.
results BulkDeletionResults The results of the bulk delete operation.
return Providers