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