Method | Description | |
---|---|---|
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, |
Initializes a new instance of the DataFileNotFoundException class.
|
|
DataFileNotFoundException ( string message, int fileId, string fileName, ICollection |
Initializes a new instance of the DataFileNotFoundException class.
|
|
GetHttpError ( string message ) : HttpError |
constructs the HttpError object
|
Method | Description | |
---|---|---|
DataFileNotFoundException ( |
Initializes a new instance of the UserNotFoundException class.
|
public DataFileNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core | ||
return | Microsoft.Research.DataOnboarding.Core |
public DataFileNotFoundException ( string message ) : Microsoft.Research.DataOnboarding.Core | ||
message | string | Error message |
return | Microsoft.Research.DataOnboarding.Core |
public DataFileNotFoundException ( string message, |
||
message | string | Error message |
inner | Nested exception | |
return | Microsoft.Research.DataOnboarding.Core |
public DataFileNotFoundException ( string message, int fileId, string fileName, ICollection |
||
message | string | Error message |
fileId | int | |
fileName | string | |
errors | ICollection |
Error collection |
return | Microsoft.Research.DataOnboarding.Core |
public GetHttpError ( string message ) : HttpError | ||
message | string | Message for the exception |
return | HttpError |