Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub New ( _
    msg As String _
)
public WarehouseException(
    string msg
)
public:
WarehouseException(
    String^ msg
)
new : 
        msg:string -> WarehouseException
public function WarehouseException(
    msg : String
)
Parameters
- msg
 Type: System.String
.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.