GitHubReleaseException Class

Summary

Base class for all exceptions thrown by the Cake.GitHubReleases.
graph BT Type-->Base0["Exception"] Type["GitHubReleaseException"] class Type type-node Derived0["AssetConflictException"]-->Type click Derived0 "/api/Cake.GitHub/AssetConflictException" Derived1["AmbiguousTagNameException"]-->Type click Derived1 "/api/Cake.GitHub/AmbiguousTagNameException" Derived2["ReleaseExistsException"]-->Type click Derived2 "/api/Cake.GitHub/ReleaseExistsException"

Syntax

public abstract class GitHubReleaseException : Exception

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
GitHubReleaseException() Initializes a new instance of GitHubReleaseException.
GitHubReleaseException(string, Exception) Initializes a new instance of GitHubReleaseException.
GitHubReleaseException(string) Initializes a new instance of GitHubReleaseException.

Extension Methods

Name Value Summary
Dump<GitHubReleaseException>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GitHubReleaseException>(GitHubReleaseException[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GitHubReleaseException>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GitHubReleaseException>(string) void
Requires the Cake.Issues addin
ThrowIfNull<GitHubReleaseException>(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<GitHubReleaseException>(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
ToStringWithNullMarkup() string
Requires the Cake.Issues addin