RequestException Class

Summary

RequestException.
Assembly
Rocket.Surgery.Extensions.Abstractions.dll
Namespace
Rocket.Surgery
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["RequestException"] class Type type-node

Syntax

public class RequestException : Exception

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
RequestException() Initializes a new instance of the RequestException class.
RequestException(string, Exception) Initializes a new instance of the RequestException class.
RequestException(string) Initializes a new instance of the RequestException class.

Extension Methods

See Also

  • System.Exception