WriteConcernResultLastErrorMessage Property |
Gets the last error message (null if none).
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public string LastErrorMessage { get; }
Public ReadOnly Property LastErrorMessage As String
Get
member LastErrorMessage : string with get
Property Value
Type:
StringSee Also