Skip to content

Commit 7bddd35

Browse files
committed
Make RetryException public
1 parent ffbf4cc commit 7bddd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dropbox.Api/Dropbox.Api.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>$id$</id>
5-
<version>2.2.1</version>
5+
<version>2.2.2</version>
66
<title>Dropbox v2 API Beta</title>
77
<authors>Dropbox Inc</authors>
88
<owners>Dropbox Inc</owners>

Dropbox.Api/DropboxClient.common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public AuthException(string message, Uri uri = null)
179179
/// <summary>
180180
/// An HTTP Exception that will cause a retry
181181
/// </summary>
182-
internal class RetryException : HttpException
182+
public class RetryException : HttpException
183183
{
184184
/// <summary>
185185
/// Initializes a new instance of the <see cref="RetryException"/> class.

0 commit comments

Comments
 (0)