C# Class Microsoft.Research.DataOnboarding.RepositoriesService.RepositoryNotFoundException

Inheritance: Microsoft.Research.DataOnboarding.Core.BaseException
Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

Méthode Description
GetHttpError ( string message ) : HttpError

constructs the HttpError object

RepositoryNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the RepositoryNotFoundException class.

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

Initializes a new instance of the RepositoryNotFoundException class.

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

Initializes a new instance of the RepositoryNotFoundException class.

RepositoryNotFoundException ( string message, int repositoryId, string repositoryName, ICollection errors ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the RepositoryNotFoundException class.

Private Methods

Méthode Description
RepositoryNotFoundException ( SerializationInfo info, StreamingContext context ) : Microsoft.Research.DataOnboarding.Core

Initializes a new instance of the UserNotFoundException class.

Method Details

GetHttpError() public méthode

constructs the HttpError object
public GetHttpError ( string message ) : HttpError
message string Message for the exception
Résultat HttpError

RepositoryNotFoundException() public méthode

Initializes a new instance of the RepositoryNotFoundException class.
public RepositoryNotFoundException ( ) : Microsoft.Research.DataOnboarding.Core
Résultat Microsoft.Research.DataOnboarding.Core

RepositoryNotFoundException() public méthode

Initializes a new instance of the RepositoryNotFoundException class.
public RepositoryNotFoundException ( string message ) : Microsoft.Research.DataOnboarding.Core
message string Error message
Résultat Microsoft.Research.DataOnboarding.Core

RepositoryNotFoundException() public méthode

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

RepositoryNotFoundException() public méthode

Initializes a new instance of the RepositoryNotFoundException class.
public RepositoryNotFoundException ( string message, int repositoryId, string repositoryName, ICollection errors ) : Microsoft.Research.DataOnboarding.Core
message string Error message
repositoryId int
repositoryName string
errors ICollection Error collection
Résultat Microsoft.Research.DataOnboarding.Core