System.ArgumentPropertyNullException.ArgumentPropertyNullException C# (CSharp) Method

ArgumentPropertyNullException() private method

private ArgumentPropertyNullException ( string paramName ) : System.Diagnostics.CodeAnalysis
paramName string
return System.Diagnostics.CodeAnalysis
        public ArgumentPropertyNullException(string paramName)
            : base("Value cannot be null.", paramName)
        {
        }

Same methods

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