Table of Contents

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

propertyNames IEnumerable<string>

The properties that were not set

type Type

The type that the property belongs to