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

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

Méthodes publiques

Méthode 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

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

Initializes a new instance of the UserNotFoundException class.

Method Details

DataFileNotFoundException() public méthode

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

DataFileNotFoundException() public méthode

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

DataFileNotFoundException() public méthode

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
Résultat Microsoft.Research.DataOnboarding.Core

DataFileNotFoundException() public méthode

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
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