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

.NET Framework Security

See Also

Reference

SqlAzureException Class

SqlAzureException Overload

Microsoft.TeamFoundation.Framework.Server Namespace