C# 클래스 net.openstack.Core.Exceptions.Response.ItemNotFoundException

상속: net.openstack.Core.Exceptions.Response.ResponseException
파일 보기 프로젝트 열기: ONLYOFFICE/AppServer

공개 메소드들

메소드 설명
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.

메소드 상세

ItemNotFoundException() 공개 메소드

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.
리턴 System

ItemNotFoundException() 공개 메소드

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.
리턴 System