Table of Contents

Class InvalidEndpointException

public class InvalidEndpointException : Exception, ISerializable
Inheritance
InvalidEndpointException
Implements
Inherited Members
Extension Methods

Constructors

InvalidEndpointException(object, Enum, HttpMethod)

public InvalidEndpointException(object sender, Enum apiName, HttpMethod method)

Parameters

sender object
apiName Enum
method HttpMethod

InvalidEndpointException(object, string, HttpMethod)

public InvalidEndpointException(object sender, string apiName, HttpMethod method)

Parameters

sender object
apiName string
method HttpMethod