C# Class ConoHaNet.Exceptions.VolumeEnteredErrorStateException

Inheritance: System.Exception
Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Méthodes publiques

Méthode Description
VolumeEnteredErrorStateException ( VolumeState status ) : Objects.BlockStorage

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

Method Details

VolumeEnteredErrorStateException() public méthode

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.
Résultat Objects.BlockStorage