C# Класс OpenStack.RegionRequiredException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
RegionRequiredException ( string message ) : System

Initializes a new instance of the RegionRequiredException class.

Защищенные методы

Метод Описание
RegionRequiredException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the RegionRequiredException class.

Описание методов

RegionRequiredException() защищенный Метод

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.
Результат System

RegionRequiredException() публичный Метод

Initializes a new instance of the RegionRequiredException class.
public RegionRequiredException ( string message ) : System
message string The error message.
Результат System