'DeclarationPublic Function Save() As ReturnCode
'UsageDim instance As HotSpots Dim value As ReturnCode value = instance.Save()
public ReturnCode Save()
Return Value
One of the ReturnCode enumerated values, unless an exception has been thrown
'DeclarationPublic Function Save() As ReturnCode
'UsageDim instance As HotSpots Dim value As ReturnCode value = instance.Save()
public ReturnCode Save()
| Exception | Description |
|---|---|
| System.IO.IOException | An I/O error occurred while trying to save the hotspots map. |
| System.Security.SecurityException | The caller does not have the required permission to save the hotspots map. |