WarehouseException Constructor (String)

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

Syntax

'宣言
Public Sub New ( _
    msg As String _
)
public WarehouseException(
    string msg
)
public:
WarehouseException(
    String^ msg
)
new : 
        msg:string -> WarehouseException
public function WarehouseException(
    msg : String
)

Parameters

.NET Framework Security

See Also

Reference

WarehouseException Class

WarehouseException Overload

Microsoft.TeamFoundation.Server Namespace