InvalidAuthTokenException Constructor Thomas API Webservices Reference Guide
Initializes a new instance of the InvalidAuthTokenException class

Namespace: Thomas.APIServices.Exceptions
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public InvalidAuthTokenException(
	string token
)

Parameters

token
Type: OnlineSystem String
The authentication token that was supplied
See Also