Skip to content

Commit 83d4a5f

Browse files
Copilotjeffkl
andcommitted
Add PublicAPI entries for QuotaExceededException
Co-authored-by: jeffkl <[email protected]>
1 parent 176165f commit 83d4a5f

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
#nullable enable
2+
NuGet.Protocol.Core.Types.QuotaExceededException
3+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message) -> void
4+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.Exception innerException) -> void
5+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter) -> void
6+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter, System.Exception innerException) -> void
7+
NuGet.Protocol.Core.Types.QuotaExceededException.RetryAfter.get -> System.TimeSpan?
8+
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
#nullable enable
2+
NuGet.Protocol.Core.Types.QuotaExceededException
3+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message) -> void
4+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.Exception innerException) -> void
5+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter) -> void
6+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter, System.Exception innerException) -> void
7+
NuGet.Protocol.Core.Types.QuotaExceededException.RetryAfter.get -> System.TimeSpan?
8+
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
#nullable enable
2+
NuGet.Protocol.Core.Types.QuotaExceededException
3+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message) -> void
4+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.Exception innerException) -> void
5+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter) -> void
6+
NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(string message, System.TimeSpan? retryAfter, System.Exception innerException) -> void
7+
NuGet.Protocol.Core.Types.QuotaExceededException.RetryAfter.get -> System.TimeSpan?
8+
~NuGet.Protocol.Core.Types.QuotaExceededException.QuotaExceededException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) -> void

0 commit comments

Comments
 (0)