Class DuplicateBsonMemberMapAttributeException
Indicates that an attribute restricted to one member has been applied to multiple members.
[Serializable]
public class DuplicateBsonMemberMapAttributeException : BsonException, ISerializable
- Inheritance
-
DuplicateBsonMemberMapAttributeException
- Implements
- Inherited Members
- Extension Methods
Constructors
DuplicateBsonMemberMapAttributeException(SerializationInfo, StreamingContext)
Initializes a new instance of the DuplicateBsonMemberMapAttributeException class.
protected DuplicateBsonMemberMapAttributeException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe info.
context
StreamingContextThe context.
DuplicateBsonMemberMapAttributeException(string)
Initializes a new instance of the DuplicateBsonMemberMapAttributeException class.
public DuplicateBsonMemberMapAttributeException(string message)
Parameters
message
stringThe message.
DuplicateBsonMemberMapAttributeException(string, Exception)
Initializes a new instance of the DuplicateBsonMemberMapAttributeException class.
public DuplicateBsonMemberMapAttributeException(string message, Exception inner)