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.6.0
Show newest version
{{>partial_header}}

using System;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy