C# Class NSwag.CodeGeneration.CodeGenerators.CSharp.Templates.JsonExceptionConverterTemplate

Inheritance: JsonExceptionConverterTemplateBase
Show file Open project: NSwag/NSwag

Public Methods

Method Description
JsonExceptionConverterTemplate ( string exceptionModelClass )
TransformText ( ) : string

Create the template output

Method Details

JsonExceptionConverterTemplate() public method

public JsonExceptionConverterTemplate ( string exceptionModelClass )
exceptionModelClass string

TransformText() public method

Create the template output
public TransformText ( ) : string
return string