C# Class OpenStack.RegionRequiredException

Inheritance: Exception
显示文件 Open project: ONLYOFFICE/AppServer

Public Methods

Method Description
RegionRequiredException ( string message ) : System

Initializes a new instance of the RegionRequiredException class.

Protected Methods

Method Description
RegionRequiredException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RegionRequiredException class.

Method Details

RegionRequiredException() protected method

Initializes a new instance of the RegionRequiredException class.
protected RegionRequiredException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
return System

RegionRequiredException() public method

Initializes a new instance of the RegionRequiredException class.
public RegionRequiredException ( string message ) : System
message string The error message.
return System