C# Class Foretagsplatsen.Api2.Exceptions.ApiException

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

Méthodes publiques

Méthode Description
ApiException ( string message ) : System
ApiException ( string message, Exception innerException ) : System
ApiException ( string message, string errorType ) : System
ApiException ( string message, string errorType, Exception innerException ) : System
ApiException ( string message, string errorType, string identifier ) : System
CreateFromJson ( string json ) : ApiException

Method Details

ApiException() public méthode

public ApiException ( string message ) : System
message string
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, string errorType ) : System
message string
errorType string
Résultat System

ApiException() public méthode

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

ApiException() public méthode

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

CreateFromJson() public static méthode

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