Class WriteError
Represents the details of a write error.
[Serializable]
public class WriteError
- Inheritance
-
WriteError
- Derived
- Inherited Members
Properties
Category
Gets the category.
public ServerErrorCategory Category { get; }
Property Value
Code
Gets the error code.
public int Code { get; }
Property Value
Details
Gets the error details.
public BsonDocument Details { get; }
Property Value
Message
Gets the error message.
public string Message { get; }
Property Value
Methods
ToString()
public override string ToString()