Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the RecoverableErrorMustFailEntireItemException 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 RecoverableErrorMustFailEntireItemException(message)
public RecoverableErrorMustFailEntireItemException (
string message
)
public:
RecoverableErrorMustFailEntireItemException (
String^ message
)
public RecoverableErrorMustFailEntireItemException (
String message
)
public function RecoverableErrorMustFailEntireItemException (
message : String
)
Parameters
- message
The error message that states the reason for the exception.
See Also
Reference
RecoverableErrorMustFailEntireItemException Class
RecoverableErrorMustFailEntireItemException Members
Microsoft.Synchronization Namespace