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