namespace PutincevLibrary.Exceptions { public class PropertyNullException : UserControlTreeViewException { public PropertyNullException(string propName) : base($"Property \"{propName}\" is null") { } } }