C# Class ConoHaNet.Objects.ImageEnteredErrorStateException

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

Public Methods

Method Description
ImageEnteredErrorStateException ( ImageState status ) : Servers

Initializes a new instance of the ImageEnteredErrorStateException class with the specified error state.

Method Details

ImageEnteredErrorStateException() public method

Initializes a new instance of the ImageEnteredErrorStateException class with the specified error state.
If is .
public ImageEnteredErrorStateException ( ImageState status ) : Servers
status ImageState The error state entered by the image.
return Servers