ApiException<TResult> Class

Assembly
Cake.VulnerabilityScanner.dll
Namespace
Cake.VulnerabilityScanner
Base Types
graph BT Type-->Base0["ApiException"] click Base0 "/api/Cake.VulnerabilityScanner/ApiException" Base0-->Base1["Exception"] Type["ApiException<TResult>"] class Type type-node

Syntax

public class ApiException<TResult> : ApiException

Attributes

Type Description
GeneratedCodeAttribute

Type Parameters

Name Description
TResult

Constructors

Properties

Name Value Summary
Headers IReadOnlyDictionary<string, IEnumerable<string>>
Inherited from ApiException
Response string
Inherited from ApiException
Result TResult
StatusCode int
Inherited from ApiException

Methods

Name Value Summary
ToString() string
Inherited from ApiException

Extension Methods

Name Value Summary
Dump<ApiException<TResult>>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ApiException<TResult>>(ApiException<TResult>[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ApiException<TResult>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ApiException<TResult>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ApiException<TResult>>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ApiException<TResult>>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin