DatabaseRuntimeException Constructor (SqlException)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As SqlException _
)
public DatabaseRuntimeException(
    SqlException innerException
)
public:
DatabaseRuntimeException(
    SqlException^ innerException
)
new : 
        innerException:SqlException -> DatabaseRuntimeException
public function DatabaseRuntimeException(
    innerException : SqlException
)

Parameters

.NET Framework Security

See Also

Reference

DatabaseRuntimeException Class

DatabaseRuntimeException Overload

Microsoft.TeamFoundation.Framework.Server Namespace