WarehouseException Constructor (String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaração
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.