ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TAuthenticate.TAuthenticate Constructor (DatabaseException, string)
C#
public TAuthenticate(DatabaseException dbException, string appendMessage);

Create a 'Bad' TAuthenticate object 

This is used when a DatabaseException has occurred. The properties of the TAuthenticate object are set to:

  • Token = '',
  • Status = status based on dbException status,
  • StatusMessage = message from dbException, appended with appendMessage if supplied
  • Identifier = '-1'
  • TokenType = ''.

Copyright (c) VETtrak 2022. All rights reserved.