| DuplicateBsonMemberMapAttributeException Constructor (String) | 
 
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic DuplicateBsonMemberMapAttributeException(
	string message
)
Public Sub New ( 
	message As String
)
new : 
        message : string -> DuplicateBsonMemberMapAttributeExceptionParameters
- message
- Type: SystemString
 The message.
 See Also
See Also