Метод | Описание | |
---|---|---|
GetHttpError ( string message ) : HttpError |
constructs the HttpError object
|
|
MetadataValidationException ( ) : Microsoft.Research.DataOnboarding.Core |
Initializes a new instance of the MetaDataValidationException class.
|
|
MetadataValidationException ( string message ) : Microsoft.Research.DataOnboarding.Core |
Initializes a new instance of the MetaDataValidationException class.
|
|
MetadataValidationException ( string message, |
Initializes a new instance of the MetaDataValidationException class.
|
|
MetadataValidationException ( string message, int fileId, int repositoryId, int fieldId, string fieldName, string metadataValue, bool isRequired, bool notFound, bool typeMismatch, bool metadataTypeNotFound, ICollection |
Initializes a new instance of the MetaDataValidationException class.
|
Метод | Описание | |
---|---|---|
MetadataValidationException ( |
Initializes a new instance of the UserNotFoundException class.
|
public GetHttpError ( string message ) : HttpError | ||
message | string | Message for the exception |
Результат | HttpError |
public MetadataValidationException ( ) : Microsoft.Research.DataOnboarding.Core | ||
Результат | Microsoft.Research.DataOnboarding.Core |
public MetadataValidationException ( string message ) : Microsoft.Research.DataOnboarding.Core | ||
message | string | Error message |
Результат | Microsoft.Research.DataOnboarding.Core |
public MetadataValidationException ( string message, |
||
message | string | Error message |
inner | Nested exception | |
Результат | Microsoft.Research.DataOnboarding.Core |
public MetadataValidationException ( string message, int fileId, int repositoryId, int fieldId, string fieldName, string metadataValue, bool isRequired, bool notFound, bool typeMismatch, bool metadataTypeNotFound, ICollection |
||
message | string | Error message |
fileId | int | |
repositoryId | int | |
fieldId | int | |
fieldName | string | |
metadataValue | string | |
isRequired | bool | |
notFound | bool | |
typeMismatch | bool | |
metadataTypeNotFound | bool | |
errors | ICollection |
Error collection |
Результат | Microsoft.Research.DataOnboarding.Core |