ChangeNotExpectedException Constructor (String)
Initializes a new instance of the ChangeNotExpectedException class that contains a 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 ChangeNotExpectedException(message)
public ChangeNotExpectedException(
string message
)
public:
ChangeNotExpectedException(
String^ message
)
new :
message:string -> ChangeNotExpectedException
public function ChangeNotExpectedException(
message : String
)
Parameters
- message
Type: System.String
The message that states the error.
See Also
Reference
ChangeNotExpectedException Class