Release 4.0.0-preview1-00195
[platform/core/csapi/tizenfx.git] / Artifacts / bin / public / Tizen.Network.Bluetooth.xml
index 5ce5709..9660727 100644 (file)
             <summary>
             The StateChanged event is raised when the Bluetooth adapter state is changed.
             </summary>
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
         </member>
         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.NameChanged">
             <summary>
             The NameChanged event is raised when the Bluetooth adapter name is changed.
             </summary>
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
         </member>
         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityModeChanged">
             <summary>
             The VisibilityModeChanged event is raised when the Bluetooth adapter visibility mode is changed.
             </summary>
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
         </member>
         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.VisibilityDurationChanged">
             <summary>
             The VisibilityDurationChanged event is raised very second until the visibility mode is changed to NonDiscoverable.
             </summary>
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
         </member>
         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.DiscoveryStateChanged">
             <summary>
             The DiscoveryStateChanged event is raised when the device discovery state is changed.
             </summary>
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
         </member>
         <member name="E:Tizen.Network.Bluetooth.BluetoothAdapter.ScanResultChanged">
             <summary>
             This event is called when the LE scan result is obtained.
             </summary>
+            <exception cref="!:System.NotSupportedException">Thrown when the Bluetooth is not supported.</exception>
+            <exception cref="!:System.InvalidOperationException">Thrown when the Bluetooth is not enabled.</exception>
         </member>
         <member name="M:Tizen.Network.Bluetooth.BluetoothAdapter.StartDiscovery">
             <summary>