OSDN Git Service

PostClass.CreatedAtの型をDateTimeUtcに変更
[opentween/open-tween.git] / OpenTween / WebApiException.cs
index 2bbe353..1e231aa 100644 (file)
@@ -35,7 +35,7 @@ namespace OpenTween
     {
         public string ResponseText { get; } = null;
 
-        public WebApiException() : base() { }
+        public WebApiException() { }
         public WebApiException(string message) : base(message) { }
         public WebApiException(string message, Exception innerException) : base(message, innerException) { }