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

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

공개 메소드들

메소드 설명
FileAlreadyPublishedException ( ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the FileAlreadyPublishedException class.

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

Initializes a new instance of the FileAlreadyPublishedException class.

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

Initializes a new instance of the FileAlreadyPublishedException class.

FileAlreadyPublishedException ( string message, int fileId, int repositoryId, string fileStatus, ICollection errors ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the FileAlreadyPublishedException class.

GetHttpError ( string message ) : HttpError

constructs the HttpError object

비공개 메소드들

메소드 설명
FileAlreadyPublishedException ( SerializationInfo info, StreamingContext context ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the UserNotFoundException class.

메소드 상세

FileAlreadyPublishedException() 공개 메소드

Initializes a new instance of the FileAlreadyPublishedException class.
public FileAlreadyPublishedException ( ) : Microsoft.Research.DataOnboarding.Core
리턴 Microsoft.Research.DataOnboarding.Core

FileAlreadyPublishedException() 공개 메소드

Initializes a new instance of the FileAlreadyPublishedException class.
public FileAlreadyPublishedException ( string message ) : Microsoft.Research.DataOnboarding.Core
message string Error message
리턴 Microsoft.Research.DataOnboarding.Core

FileAlreadyPublishedException() 공개 메소드

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

FileAlreadyPublishedException() 공개 메소드

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