From b2ccb4fc6bb9186473d2d56d1fee9fa1a3c15c3b Mon Sep 17 00:00:00 2001 From: dengel Date: Tue, 18 Feb 2020 09:15:31 -0800 Subject: [PATCH] Document exceptions SqlConnection constructors might throw --- doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml b/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml index 248ab7497b..6eddd8df55 100644 --- a/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml +++ b/doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml @@ -115,12 +115,14 @@ using (SqlConnection connection = new SqlConnection(connectionString)) ]]> + The supplied connection string argument failed validation. A connection string that does not use any of the following connection string keywords: , , or ; or that does not use . A object. If is null, is functionally equivalent to . Initializes a new instance of the class given a connection string, that does not use and a object that contains the user ID and password. To be added. + The supplied arguments failed validation, including validation. Gets or sets the access token for the connection.