C# Класс WebApi.Helpers.Exceptions.UpdateReadOnlyPropertyException

Exception that should be thrown when changing read-only properties.
Наследование: WebApi.Helpers.Exceptions.AppException
Показать файл Открыть проект

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

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

Initializes a new instance of the UpdateReadOnlyPropertyException class.

UpdateReadOnlyPropertyException ( string message ) : System

Initializes a new instance of the UpdateReadOnlyPropertyException class.

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

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

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

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

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