StrongBoxException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public StrongBoxException(
    string message,
    Exception ex
)
public:
StrongBoxException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> StrongBoxException
public function StrongBoxException(
    message : String, 
    ex : Exception
)

Parameters

.NET Framework Security

See Also

Reference

StrongBoxException Class

StrongBoxException Overload

Microsoft.TeamFoundation.Framework.Server.Alm Namespace