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

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

공개 메소드들

메소드 설명
ServiceLimitReachedException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System

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

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

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

메소드 상세

ServiceLimitReachedException() 공개 메소드

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

ServiceLimitReachedException() 공개 메소드

Initializes a new instance of the ServiceLimitReachedException class with the specified error message and REST response.
public ServiceLimitReachedException ( 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