C# Class ConoHaNet.Exceptions.SnapshotEnteredErrorStateException

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

Public Methods

Method Description
SnapshotEnteredErrorStateException ( SnapshotState status ) : Objects

Initializes a new instance of the SnapshotEnteredErrorStateException with the specified snapshot state.

Method Details

SnapshotEnteredErrorStateException() public method

Initializes a new instance of the SnapshotEnteredErrorStateException with the specified snapshot state.
If is .
public SnapshotEnteredErrorStateException ( SnapshotState status ) : Objects
status SnapshotState The erroneous snapshot state.
return Objects