C# Class ConoHaNet.Exceptions.VolumeEnteredErrorStateException

Inheritance: System.Exception
Show file Open project: crowdy/OpenStack-ConoHa

Public Methods

Method Description
VolumeEnteredErrorStateException ( VolumeState status ) : Objects.BlockStorage

Initializes a new instance of the VolumeEnteredErrorStateException with the specified volume state.

Method Details

VolumeEnteredErrorStateException() public method

Initializes a new instance of the VolumeEnteredErrorStateException with the specified volume state.
If is .
public VolumeEnteredErrorStateException ( VolumeState status ) : Objects.BlockStorage
status VolumeState The erroneous volume state.
return Objects.BlockStorage