Class UnsetPropertyException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
An exception which indicates an object was not properly initialized, thrown by a property getter that was accessed by the uninitialized object.
public class UnsetPropertyException : InvalidOperationException, ISerializable
- Inheritance
-
UnsetPropertyException
- Implements
- Inherited Members
Constructors
- 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.
Properties
- PropertyName
Gets the property name of the uninitialized property.
- TypeName
Gets the type name of the uninitialized property.