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, |
Initializes a new instance of the AccessTokenNotFoundException class.
|
|
AccessTokenNotFoundException ( string message, int userId, int repositoryId, ICollection |
Initializes a new instance of the AccessTokenNotFoundException class.
|
|
GetHttpError ( string message ) : HttpError |
constructs the HttpError object
|
Méthode | Description | |
---|---|---|
AccessTokenNotFoundException ( |
Initializes a new instance of the AccessTokenNotFoundException class.
|
public AccessTokenNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core | ||
Résultat | Microsoft.Research.DataOnboarding.Core |
public AccessTokenNotFoundException ( string message ) : Microsoft.Research.DataOnboarding.Core | ||
message | string | Error message |
Résultat | Microsoft.Research.DataOnboarding.Core |
public AccessTokenNotFoundException ( string message, |
||
message | string | Error message |
inner | Nested exception | |
Résultat | Microsoft.Research.DataOnboarding.Core |
public AccessTokenNotFoundException ( string message, int userId, int repositoryId, ICollection |
||
message | string | Error message |
userId | int | User Id |
repositoryId | int | Repository Id |
errors | ICollection |
Error collection |
Résultat | Microsoft.Research.DataOnboarding.Core |
public GetHttpError ( string message ) : HttpError | ||
message | string | Message for the exception |
Résultat | HttpError |