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

Inheritance: Microsoft.Research.DataOnboarding.Core.BaseException
ファイルを表示 Open project: CDLUC3/dataup2

Public Methods

Method 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

Method Description
AccessTokenNotFoundException ( SerializationInfo info, StreamingContext context ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the AccessTokenNotFoundException class.

Method Details

AccessTokenNotFoundException() public method

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

AccessTokenNotFoundException() public method

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

AccessTokenNotFoundException() public method

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
return Microsoft.Research.DataOnboarding.Core

AccessTokenNotFoundException() public method

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
return Microsoft.Research.DataOnboarding.Core

GetHttpError() public method

constructs the HttpError object
public GetHttpError ( string message ) : HttpError
message string Message for the exception
return HttpError