C# Class ConoHaNet.Objects.ServerEnteredErrorStateException

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

Public Methods

Method Description
ServerEnteredErrorStateException ( ServerState status ) : Servers

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

Method Details

ServerEnteredErrorStateException() public method

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