Share via


StorageProviderError(String, String, String) Constructor

Definition

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

Applies to