コード例 #1
0
 public void PartitionerTest()
 {
     try
     {
         Partitioning.QueryOrderablePartitioner();
         Assert.Fail();
     }
     catch (InvalidOperationException exception)
     {
         Trace.WriteLine(exception);
     }
 }