WarehouseInvalidStateException 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 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