csharp.ExceptionFactory.mustache Maven / Gradle / Ivy
{{>partial_header}}
using System;
using RestSharp;
namespace {{packageName}}.Client
{
    /// 
    /// A delegate to ExceptionFactory method
    ///  
    /// Method name
    /// Response
    /// Exceptions     
    public delegate Exception ExceptionFactory(string methodName, IRestResponse response);
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy