Table of Contents

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)

Parameters

propertyName string

The property that was not set

type Type

The type that the property belongs to