Constructor UnsetPropertyException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
UnsetPropertyException(string, Type)
An exception which indicates an object was not properly initialized, thrown by a property getter that was accessed by the uninitialized object.
public UnsetPropertyException(string propertyName, Type type)