MobileServiceLocalStoreException(String, Exception) 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.
Initializes an instance of MobileServiceLocalStoreException
public MobileServiceLocalStoreException (string message, Exception innerException);
new Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceLocalStoreException : string * Exception -> Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceLocalStoreException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The error message that explains the reason for the exception.
- innerException
- Exception
The exception that is the cause of the current exception, or a null reference
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET