C# Class WebApi.Helpers.Exceptions.UpdateReadOnlyPropertyException

Exception that should be thrown when changing read-only properties.
Inheritance: WebApi.Helpers.Exceptions.AppException
Datei anzeigen Open project: zoran-petrovic-87/WebApiBoilerplate

Public Methods

Method Description
UpdateReadOnlyPropertyException ( ) : System

Initializes a new instance of the UpdateReadOnlyPropertyException class.

UpdateReadOnlyPropertyException ( string message ) : System

Initializes a new instance of the UpdateReadOnlyPropertyException class.

Method Details

UpdateReadOnlyPropertyException() public method

Initializes a new instance of the UpdateReadOnlyPropertyException class.
public UpdateReadOnlyPropertyException ( ) : System
return System

UpdateReadOnlyPropertyException() public method

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