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 |
---|---|
Pull |
Initializes a new instance of the PullRequestIssuesException class.
|
Pull |
Initializes a new instance of the PullRequestIssuesException class with serialized data.
|
Pull |
Initializes a new instance of the PullRequestIssuesException class with a specified error message.
|
Pull |
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 |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|