We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3249c commit 24446f5Copy full SHA for 24446f5
LibGit2Sharp/InvalidSpecificationException.cs
@@ -5,7 +5,10 @@
5
namespace LibGit2Sharp
6
{
7
/// <summary>
8
- /// The exception that is thrown when the provided specification is syntactically incorrect.
+ /// The exception that is thrown when a provided specification is bad. This
9
+ /// can happen if the provided specification is syntactically incorrect, or
10
+ /// if the spec refers to an object of an incorrect type (e.g. asking to
11
+ /// create a branch from a blob, or peeling a blob to a commit).
12
/// </summary>
13
[Serializable]
14
public class InvalidSpecificationException : LibGit2SharpException
0 commit comments