[C#][Bluetooth]: Update the IsBluetoothEnabled Property Documentation for exceptions
authorh.sandeep <h.sandeep@samsung.com>
Tue, 1 Aug 2017 05:02:31 +0000 (10:32 +0530)
committerh.sandeep <h.sandeep@samsung.com>
Tue, 1 Aug 2017 05:02:31 +0000 (10:32 +0530)
Change-Id: I1b245128158eb452d340a1f0433668d480fe3c2f
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAdapter.cs

index 727bb46..f15a767 100644 (file)
@@ -29,6 +29,8 @@ namespace Tizen.Network.Bluetooth
         /// <summary>
         /// A property to check whether Bluetooth is enabled.
         /// </summary>
+        /// <exception cref="System.NotSupportedException">Thrown when the BT/BTLE is not Supported.</exception>
+        /// <exception cref="System.InvalidOperationException">Thrown when the BT/BTLE is not Enabled.</exception>
         static public bool IsBluetoothEnabled
         {
             get