C# Class Microsoft.Research.DataOnboarding.RepositoriesService.DataFileNotFoundException

Inheritance: Microsoft.Research.DataOnboarding.Core.BaseException
显示文件 Open project: CDLUC3/dataup2

Public Methods

Method Description
DataFileNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the DataFileNotFoundException class.

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

Initializes a new instance of the DataFileNotFoundException class.

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

Initializes a new instance of the DataFileNotFoundException class.

DataFileNotFoundException ( string message, int fileId, string fileName, ICollection errors ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the DataFileNotFoundException class.

GetHttpError ( string message ) : HttpError

constructs the HttpError object

Private Methods

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

Initializes a new instance of the UserNotFoundException class.

Method Details

DataFileNotFoundException() public method

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

DataFileNotFoundException() public method

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

DataFileNotFoundException() public method

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

DataFileNotFoundException() public method

Initializes a new instance of the DataFileNotFoundException class.
public DataFileNotFoundException ( string message, int fileId, string fileName, ICollection errors ) : Microsoft.Research.DataOnboarding.Core
message string Error message
fileId int
fileName string
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