System.Configuration.ExceptionUtil.PropertyInvalid C# (CSharp) Method

PropertyInvalid() static private method

static private PropertyInvalid ( string property ) : ArgumentException
property string
return System.ArgumentException
        static internal ArgumentException PropertyInvalid(string property) {
            return new ArgumentException(SR.GetString(SR.Property_Invalid, property), property);
        }