StorageProviderError(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note
Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead.
public:
StorageProviderError(Platform::String ^ id, Platform::String ^ title, Platform::String ^ message);
StorageProviderError(winrt::hstring const& id, winrt::hstring const& title, winrt::hstring const& message);
public StorageProviderError(string id, string title, string message);
function StorageProviderError(id, title, message)
Public Sub New (id As String, title As String, message As String)
Parameters
- id
-
String
Platform::String
winrt::hstring
- title
-
String
Platform::String
winrt::hstring
- message
-
String
Platform::String
winrt::hstring