C# Class Foretagsplatsen.Api.Exceptions.ApiServerException

Inheritance: ApiException
Afficher le fichier Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Méthodes publiques

Méthode Description
ApiServerException ( ) : System
ApiServerException ( string message ) : System
ApiServerException ( string message, ApiErrorType typeOfError, string identifier ) : System
ApiServerException ( string message, Exception innerException ) : System
CreateFromJson ( string json ) : ApiServerException
FormatedMessage ( ) : string

Method Details

ApiServerException() public méthode

public ApiServerException ( ) : System
Résultat System

ApiServerException() public méthode

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

ApiServerException() public méthode

public ApiServerException ( string message, ApiErrorType typeOfError, string identifier ) : System
message string
typeOfError ApiErrorType
identifier string
Résultat System

ApiServerException() public méthode

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

CreateFromJson() public static méthode

public static CreateFromJson ( string json ) : ApiServerException
json string
Résultat ApiServerException

FormatedMessage() public méthode

public FormatedMessage ( ) : string
Résultat string