System.Configuration.ExceptionUtil.PropertyNullOrEmpty C# (CSharp) Méthode

PropertyNullOrEmpty() static private méthode

static private PropertyNullOrEmpty ( string property ) : ArgumentException
property string
Résultat System.ArgumentException
        static internal ArgumentException PropertyNullOrEmpty(string property) {
            return new ArgumentException(SR.GetString(SR.Property_NullOrEmpty, property), property);
        }