System.ArgumentPropertyNullException.ArgumentPropertyNullException C# (CSharp) Method

ArgumentPropertyNullException() public method

Initializes a new instance of the ArgumentPropertyNullException class.
public ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis
        public ArgumentPropertyNullException()
            : base("Value cannot be null.")
        {
        }

Same methods

ArgumentPropertyNullException::ArgumentPropertyNullException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string paramName, string message ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException