Azureでテーブルを作成している間
public void Create()
{
TableClient.CreateTableIfNotExist(TableName);
}
次の例外が発生します:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>OutOfRangeInput</code>
<message xml:lang="en-US">One of the request inputs is out of range.
RequestId:df3a853d-5ff6-46ec-908e-99ddf49c104c
Time:2012-08-21T13:41:43.9555920Z</message>
</error>
誰か私に問題を説明してもらえますか?