C# Class CBApi.APIException

Inheritance: System.Exception
Show file Open project: usbsnowcrash/Careerbuilder.Net

Public Methods

Method Description
APIException ( string message ) : System
APIException ( string message, List errors ) : System

Method Details

APIException() public method

public APIException ( string message ) : System
message string
return System

APIException() public method

public APIException ( string message, List errors ) : System
message string
errors List
return System