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

Inheritance: net.openstack.Core.Exceptions.Response.ResponseException
Afficher le fichier Open project: ONLYOFFICE/AppServer

Méthodes publiques

Méthode Description
ServiceFaultException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System

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

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

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

Method Details

ServiceFaultException() public méthode

Initializes a new instance of the ServiceFaultException class with the specified REST response.
public ServiceFaultException ( JSIStudios.SimpleRESTServices.Client.Response response ) : System
response JSIStudios.SimpleRESTServices.Client.Response The REST response.
Résultat System

ServiceFaultException() public méthode

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