WarehouseInvalidStateException Constructor (String)
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
public WarehouseInvalidStateException(
string msg
)
public:
WarehouseInvalidStateException(
String^ msg
)
new :
msg:string -> WarehouseInvalidStateException
public function WarehouseInvalidStateException(
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.
See Also
Reference
WarehouseInvalidStateException Class