WarehouseException Constructor (String, Exception)

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

Syntax

‘선언
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

.NET Framework Security

See Also

Reference

WarehouseException Class

WarehouseException Overload

Microsoft.TeamFoundation.Server Namespace