C# Class ZipRecruiter.InvalidEndpointException

Invalid endpoint exception. Thrown when an unrecognized API endpoint is specified to the JobAlertsAPI class
Inheritance: System.Exception
ファイルを表示 Open project: ZipRecruiter/JobAlerts

Public Methods

Method Description
InvalidEndpointException ( String endpoint ) : System

Method Details

InvalidEndpointException() public method

public InvalidEndpointException ( String endpoint ) : System
endpoint String
return System