C# Класс Microsoft.Research.DataOnboarding.RepositoriesService.DataFileNotFoundException

Наследование: Microsoft.Research.DataOnboarding.Core.BaseException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DataFileNotFoundException ( SerializationInfo info, StreamingContext context ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the UserNotFoundException class.

Описание методов

DataFileNotFoundException() публичный Метод

Initializes a new instance of the DataFileNotFoundException class.
public DataFileNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core
Результат Microsoft.Research.DataOnboarding.Core

DataFileNotFoundException() публичный Метод

Initializes a new instance of the DataFileNotFoundException class.
public DataFileNotFoundException ( string message ) : Microsoft.Research.DataOnboarding.Core
message string Error message
Результат Microsoft.Research.DataOnboarding.Core

DataFileNotFoundException() публичный Метод

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
Результат Microsoft.Research.DataOnboarding.Core

DataFileNotFoundException() публичный Метод

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
Результат Microsoft.Research.DataOnboarding.Core

GetHttpError() публичный Метод

constructs the HttpError object
public GetHttpError ( string message ) : HttpError
message string Message for the exception
Результат HttpError