MobileServiceLocalStoreException(String, Exception) Constructor

Definition

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