Class UnsetPropertiesException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
An exception which indicates an object had several properties that were not properly initialized.
public class UnsetPropertiesException : InvalidOperationException, ISerializable
- Inheritance
-
UnsetPropertiesException
- Implements
- Inherited Members
Constructors
- UnsetPropertiesException(IEnumerable<string>, Type)
An exception which indicates an object had several properties that were not properly initialized.
Properties
- PropertyNames
Gets the property names of the uninitialized properties.
- TypeName
Gets the type name of the uninitialized property.