C# Класс DocumentDoesNotHaveProperty, Runtime

The exception that gets thrown when attempting to convert a property of a field that does not contain the property.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
DocumentDoesNotHaveProperty ( BsonDocument, document, string property ) : System,

Initializes a new instance of the DocumentDoesNotHaveProperty class.

Описание методов

DocumentDoesNotHaveProperty() публичный Метод

Initializes a new instance of the DocumentDoesNotHaveProperty class.
public DocumentDoesNotHaveProperty ( BsonDocument, document, string property ) : System,
document BsonDocument, The that is missing the property.
property string The property to be converted.
Результат System,