C# Class net.openstack.Core.Exceptions.Response.ItemNotFoundException

Inheritance: net.openstack.Core.Exceptions.Response.ResponseException
显示文件 Open project: ONLYOFFICE/AppServer

Public Methods

Method Description
ItemNotFoundException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System

Initializes a new instance of the ItemNotFoundException class with the specified REST response.

ItemNotFoundException ( string message, JSIStudios.SimpleRESTServices.Client.Response response ) : System

Initializes a new instance of the ItemNotFoundException class with the specified error message and REST response.

Method Details

ItemNotFoundException() public method

Initializes a new instance of the ItemNotFoundException class with the specified REST response.
public ItemNotFoundException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System
response JSIStudios.SimpleRESTServices.Client.Response The REST response.
return System

ItemNotFoundException() public method

Initializes a new instance of the ItemNotFoundException class with the specified error message and REST response.
public ItemNotFoundException ( string message, JSIStudios.SimpleRESTServices.Client.Response response ) : System
message string The message that describes the error.
response JSIStudios.SimpleRESTServices.Client.Response The REST response.
return System