PullRequestIssuesException Class

Summary

Represents errors that occur during issues processing.
Assembly
Cake.Issues.PullRequests.dll
Namespace
Cake.Issues.PullRequests
Base Types
  • Exception
graph BT Type-->Base0["Exception"] Type["PullRequestIssuesException"] class Type type-node

Syntax

public class PullRequestIssuesException : Exception

Constructors

Name Summary
PullRequestIssuesException() Initializes a new instance of the PullRequestIssuesException class.
PullRequestIssuesException(SerializationInfo, StreamingContext) Initializes a new instance of the PullRequestIssuesException class with serialized data.
PullRequestIssuesException(string) Initializes a new instance of the PullRequestIssuesException class with a specified error message.
PullRequestIssuesException(string, Exception) Initializes a new instance of the PullRequestIssuesException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Extension Methods

Name Value Summary
NotNull<PullRequestIssuesException>(string) void
Throws an exception if the specified parameter's value is null.
GitHub