StorageProviderError Class
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 ref class StorageProviderError sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Storage.Provider.IStorageProviderErrorFactory, 327680, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderError final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Storage.Provider.IStorageProviderErrorFactory), 327680, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderError
function StorageProviderError(id, title, message)
Public NotInheritable Class StorageProviderError
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v6.0)
|
Constructors
StorageProviderError(String, String, String) |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
Properties
FilePath |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
Id |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
InformationalLink |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
Message |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
PrimaryAction |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
SecondaryAction |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |
Title |
Note Scenarios for this API are not supported. Use members of StorageProviderStatusUI and related classes instead. |