All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp.ExceptionFactory.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{{>partial_header}}

using System;
{{#netStandard}}
using RestSharp.Portable;
{{/netStandard}}
{{^netStandard}}
using RestSharp;
{{/netStandard}}

namespace {{packageName}}.Client
{
    /// 
    /// A delegate to ExceptionFactory method
    /// 
    /// Method name
    /// Response
    /// Exceptions
    {{>visibility}} delegate Exception ExceptionFactory(string methodName, IRestResponse response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy