C# Class net.openstack.Core.Exceptions.NoDefaultRegionSetException

Inheritance: InvalidOperationException
Show file Open project: ONLYOFFICE/AppServer

Public Methods

Method Description
NoDefaultRegionSetException ( string message ) : System

Initializes a new instance of the NoDefaultRegionSetException class with the specified error message.

Protected Methods

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

Initializes a new instance of the NoDefaultRegionSetException class with serialized data.

Method Details

NoDefaultRegionSetException() protected method

Initializes a new instance of the NoDefaultRegionSetException class with serialized data.
If is .
protected NoDefaultRegionSetException ( 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

NoDefaultRegionSetException() public method

Initializes a new instance of the NoDefaultRegionSetException class with the specified error message.
public NoDefaultRegionSetException ( string message ) : System
message string The message that describes the error.
return System