C# Class DocumentDoesNotHaveProperty, Runtime

The exception that gets thrown when attempting to convert a property of a field that does not contain the property.
Inheritance: Exception
显示文件 Open project: dolittle/Runtime

Public Methods

Method Description
DocumentDoesNotHaveProperty ( BsonDocument, document, string property ) : System,

Initializes a new instance of the DocumentDoesNotHaveProperty class.

Method Details

DocumentDoesNotHaveProperty() public method

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.
return System,