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.
Gets the exception message string.
Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
    Get
'Usage
Dim instance As ConcurrentModificationException
Dim value As String
value = instance.Message
public override string Message { get; }
Property Value
Type: System.String
The exception message string.
Implements
See Also
Reference
ConcurrentModificationException Class