Table of Contents

Constructor DuplicateBsonMemberMapAttributeException

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

DuplicateBsonMemberMapAttributeException(string)

Initializes a new instance of the DuplicateBsonMemberMapAttributeException class.

public DuplicateBsonMemberMapAttributeException(string message)

Parameters

message string

The message.

DuplicateBsonMemberMapAttributeException(string, Exception)

Initializes a new instance of the DuplicateBsonMemberMapAttributeException class.

public DuplicateBsonMemberMapAttributeException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner.

DuplicateBsonMemberMapAttributeException(SerializationInfo, StreamingContext)

Initializes a new instance of the DuplicateBsonMemberMapAttributeException class.

protected DuplicateBsonMemberMapAttributeException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info.

context StreamingContext

The context.