C# Class Microsoft.Research.DataOnboarding.FileService.Exceptions.AccessTokenNotFoundException

Inheritance: Microsoft.Research.DataOnboarding.Core.BaseException
Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

Méthode Description
AccessTokenNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the AccessTokenNotFoundException class.

AccessTokenNotFoundException ( string message ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the AccessTokenNotFoundException class.

AccessTokenNotFoundException ( string message, Exception inner ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the AccessTokenNotFoundException class.

AccessTokenNotFoundException ( string message, int userId, int repositoryId, ICollection errors ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the AccessTokenNotFoundException class.

GetHttpError ( string message ) : HttpError

constructs the HttpError object

Private Methods

Méthode Description
AccessTokenNotFoundException ( SerializationInfo info, StreamingContext context ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the AccessTokenNotFoundException class.

Method Details

AccessTokenNotFoundException() public méthode

Initializes a new instance of the AccessTokenNotFoundException class.
public AccessTokenNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core
Résultat Microsoft.Research.DataOnboarding.Core

AccessTokenNotFoundException() public méthode

Initializes a new instance of the AccessTokenNotFoundException class.
public AccessTokenNotFoundException ( string message ) : Microsoft.Research.DataOnboarding.Core
message string Error message
Résultat Microsoft.Research.DataOnboarding.Core

AccessTokenNotFoundException() public méthode

Initializes a new instance of the AccessTokenNotFoundException class.
public AccessTokenNotFoundException ( string message, Exception inner ) : Microsoft.Research.DataOnboarding.Core
message string Error message
inner System.Exception Nested exception
Résultat Microsoft.Research.DataOnboarding.Core

AccessTokenNotFoundException() public méthode

Initializes a new instance of the AccessTokenNotFoundException class.
public AccessTokenNotFoundException ( string message, int userId, int repositoryId, ICollection errors ) : Microsoft.Research.DataOnboarding.Core
message string Error message
userId int User Id
repositoryId int Repository Id
errors ICollection Error collection
Résultat Microsoft.Research.DataOnboarding.Core

GetHttpError() public méthode

constructs the HttpError object
public GetHttpError ( string message ) : HttpError
message string Message for the exception
Résultat HttpError