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