Constructor UnsetPropertiesException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
UnsetPropertiesException(IEnumerable<string>, Type)
An exception which indicates an object had several properties that were not properly initialized.
public UnsetPropertiesException(IEnumerable<string> propertyNames, Type type)
Parameters
propertyNamesIEnumerable<string>The properties that were not set
typeTypeThe type that the property belongs to