SqlAzureException Constructor (String, SqlException)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
sqlException As SqlException _
)
public SqlAzureException(
string message,
SqlException sqlException
)
public:
SqlAzureException(
String^ message,
SqlException^ sqlException
)
new :
message:string *
sqlException:SqlException -> SqlAzureException
public function SqlAzureException(
message : String,
sqlException : SqlException
)
Parameters
- message
Type: System.String
- sqlException
Type: System.Data.SqlClient.SqlException
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.