DuplicateBsonMemberMapAttributeException Constructor (String, Exception) | 
  
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic DuplicateBsonMemberMapAttributeException(
	string message,
	Exception inner
)
Public Sub New ( 
	message As String,
	inner As Exception
)
new : 
        message : string * 
        inner : Exception -> DuplicateBsonMemberMapAttributeExceptionParameters
- message
 - Type: SystemString
The message. - inner
 - Type: SystemException
The inner. 
See Also