C# Class Foretagsplatsen.Api.Exceptions.ApiException

Inheritance: System.Exception
Afficher le fichier Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Méthodes publiques

Méthode Description
ApiException ( ) : System
ApiException ( ApiErrorType errorType ) : System
ApiException ( Exception innerException, ApiErrorType errorType ) : System
ApiException ( string message ) : System
ApiException ( string message, ApiErrorType errorType ) : System
ApiException ( string message, Exception innerException ) : System
ApiException ( string message, Exception innerException, ApiErrorType errorType ) : System

Method Details

ApiException() public méthode

public ApiException ( ) : System
Résultat System

ApiException() public méthode

public ApiException ( ApiErrorType errorType ) : System
errorType ApiErrorType
Résultat System

ApiException() public méthode

public ApiException ( Exception innerException, ApiErrorType errorType ) : System
innerException System.Exception
errorType ApiErrorType
Résultat System

ApiException() public méthode

public ApiException ( string message ) : System
message string
Résultat System

ApiException() public méthode

public ApiException ( string message, ApiErrorType errorType ) : System
message string
errorType ApiErrorType
Résultat System

ApiException() public méthode

public ApiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

ApiException() public méthode

public ApiException ( string message, Exception innerException, ApiErrorType errorType ) : System
message string
innerException System.Exception
errorType ApiErrorType
Résultat System