C# 클래스 DocumentDoesNotHaveProperty, Runtime

The exception that gets thrown when attempting to convert a property of a field that does not contain the property.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
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,