C# Class OpenStack.RegionRequiredException

Inheritance: Exception
Afficher le fichier Open project: ONLYOFFICE/AppServer

Méthodes publiques

Méthode Description
RegionRequiredException ( string message ) : System

Initializes a new instance of the RegionRequiredException class.

Méthodes protégées

Méthode Description
RegionRequiredException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RegionRequiredException class.

Method Details

RegionRequiredException() protected méthode

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.
Résultat System

RegionRequiredException() public méthode

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