diff --git a/templates/dotnet/src/Appwrite/Exception.cs.twig b/templates/dotnet/src/Appwrite/Exception.cs.twig index d78108a12..e78d78c2c 100644 --- a/templates/dotnet/src/Appwrite/Exception.cs.twig +++ b/templates/dotnet/src/Appwrite/Exception.cs.twig @@ -15,7 +15,7 @@ namespace {{spec.title | caseUcfirst}} string? response = null) : base(message) { this.Code = code; - this.Type = type + this.Type = type; this.Response = response; } public {{spec.title | caseUcfirst}}Exception(string message, Exception inner)