System.Configuration.ExceptionUtil.PropertyNullOrEmpty C# (CSharp) 메소드

PropertyNullOrEmpty() 정적인 개인적인 메소드

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