C# Class Microsoft.Research.DataOnboarding.FileService.Exceptions.ValidationException

Inheritance: Microsoft.Research.DataOnboarding.Core.BaseException
Mostra file Open project: CDLUC3/dataup2

Public Methods

Method Description
GetHttpError ( string message ) : HttpError

constructs the HttpError object

ValidationException ( ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the ValidationException class.

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

Initializes a new instance of the ValidationException class.

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

Initializes a new instance of the ValidationException class.

ValidationException ( string message, int fileId, int repositoryId, string fileName, string repositoryName, string fileStatus, string validationExceptionType, ICollection errors ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the ValidationException class.

Private Methods

Method Description
ValidationException ( SerializationInfo info, StreamingContext context ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the UserNotFoundException class.

Method Details

GetHttpError() public method

constructs the HttpError object
public GetHttpError ( string message ) : HttpError
message string Message for the exception
return HttpError

ValidationException() public method

Initializes a new instance of the ValidationException class.
public ValidationException ( ) : Microsoft.Research.DataOnboarding.Core
return Microsoft.Research.DataOnboarding.Core

ValidationException() public method

Initializes a new instance of the ValidationException class.
public ValidationException ( string message ) : Microsoft.Research.DataOnboarding.Core
message string Error message
return Microsoft.Research.DataOnboarding.Core

ValidationException() public method

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

ValidationException() public method

Initializes a new instance of the ValidationException class.
public ValidationException ( string message, int fileId, int repositoryId, string fileName, string repositoryName, string fileStatus, string validationExceptionType, ICollection errors ) : Microsoft.Research.DataOnboarding.Core
message string Error message
fileId int
repositoryId int
fileName string
repositoryName string
fileStatus string
validationExceptionType string
errors ICollection Error collection
return Microsoft.Research.DataOnboarding.Core