ServiceObjectPropertyException constructor

ServiceObjectPropertyException(
  1. PropertyDefinitionBase propertyDefinition
)
ServiceObjectPropertyException constructor. The definition of the property that is at the origin of the exception.

Implementation

ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)
    : super(propertyDefinition.GetPrintableName()) {
  this.propertyDefinition = propertyDefinition;
}