Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Exception thrown when a DotHttp assertion fails.
CloudNimble.Breakdance.DotHttp.DotHttpAssertionException
try { await DotHttpAssertions.AssertValidResponseAsync(response); } catch (DotHttpAssertionException ex) { Console.WriteLine($"Assertion failed: {ex.Message}"); }
public DotHttpAssertionException()
public DotHttpAssertionException(string message)
message
string
public DotHttpAssertionException(string message, System.Exception innerException)
innerException
System.Exception