C# Класс net.openstack.Core.Exceptions.ObjectNameException

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

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

Метод Описание
ObjectNameException ( ) : System

Initializes a new instance of the ObjectNameException class.

ObjectNameException ( string message ) : System

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

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

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

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

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

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

Initializes a new instance of the ObjectNameException class.
public ObjectNameException ( ) : System
Результат System

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

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

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

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