CBApi.APIException.APIException C# (CSharp) Method

APIException() public method

public APIException ( string message ) : System
message string
return System
        public APIException(string message) : base(message){
            APIErrors = new List<string>();
            APIErrors.Add(message);
        }

Same methods

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