Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ChangeDeferredByProviderException class that contains the specified error message.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ChangeDeferredByProviderException(message)
public ChangeDeferredByProviderException (
string message
)
public:
ChangeDeferredByProviderException (
String^ message
)
public ChangeDeferredByProviderException (
String message
)
public function ChangeDeferredByProviderException (
message : String
)
Parameters
- message
The error message that states the reason for the exception.
See Also
Reference
ChangeDeferredByProviderException Class
ChangeDeferredByProviderException Members
Microsoft.Synchronization Namespace