C# 클래스 Microsoft.Research.DataOnboarding.RepositoriesService.DataFileNotFoundException

상속: Microsoft.Research.DataOnboarding.Core.BaseException
파일 보기 프로젝트 열기: CDLUC3/dataup2

공개 메소드들

메소드 설명
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