namespace Microsoft.Rest.ClientRuntime { using System; [System.CodeDom.Compiler.GeneratedCode("AutoRest/Incubator", "1.1")] public class UndeclaredResponseException : Exception { public UndeclaredResponseException(System.Net.HttpStatusCode code) : base($"A response with status code {code} was recieved, but this possibility was not declared in the specification.") { } } }