[]
The exception that is thrown when trying to set null or white spaces value to a property.
public class PropertyNullOrWhiteSpaceException : Exception, ISerializable, _Exception
Initializes a new instance of the PropertyNullOrWhiteSpaceException class.
public PropertyNullOrWhiteSpaceException()
Initializes a new instance of the PropertyNullOrWhiteSpaceException class.
public PropertyNullOrWhiteSpaceException(string propertyName)
propertyName
stringThe invalid property name.