C# Class CBApi.APIException

Inheritance: System.Exception
Afficher le fichier Open project: usbsnowcrash/Careerbuilder.Net

Méthodes publiques

Méthode Description
APIException ( string message ) : System
APIException ( string message, List errors ) : System

Method Details

APIException() public méthode

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

APIException() public méthode

public APIException ( string message, List errors ) : System
message string
errors List
Résultat System