Метод | Описание | |
---|---|---|
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, |
Initializes a new instance of the FileAlreadyPublishedException class.
|
|
FileAlreadyPublishedException ( string message, int fileId, int repositoryId, string fileStatus, ICollection |
Initializes a new instance of the FileAlreadyPublishedException class.
|
|
GetHttpError ( string message ) : HttpError |
constructs the HttpError object
|
Метод | Описание | |
---|---|---|
FileAlreadyPublishedException ( |
Initializes a new instance of the UserNotFoundException class.
|
public FileAlreadyPublishedException ( ) : Microsoft.Research.DataOnboarding.Core | ||
Результат | Microsoft.Research.DataOnboarding.Core |
public FileAlreadyPublishedException ( string message ) : Microsoft.Research.DataOnboarding.Core | ||
message | string | Error message |
Результат | Microsoft.Research.DataOnboarding.Core |
public FileAlreadyPublishedException ( string message, |
||
message | string | Error message |
inner | Nested exception | |
Результат | Microsoft.Research.DataOnboarding.Core |
public FileAlreadyPublishedException ( string message, int fileId, int repositoryId, string fileStatus, ICollection |
||
message | string | Error message |
fileId | int | |
repositoryId | int | |
fileStatus | string | |
errors | ICollection |
Error collection |
Результат | Microsoft.Research.DataOnboarding.Core |
public GetHttpError ( string message ) : HttpError | ||
message | string | Message for the exception |
Результат | HttpError |