WarehouseInvalidStateException Constructor (String, Exception)
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 WarehouseInvalidStateException(
string msg,
Exception exception
)
public:
WarehouseInvalidStateException(
String^ msg,
Exception^ exception
)
new :
msg:string *
exception:Exception -> WarehouseInvalidStateException
public function WarehouseInvalidStateException(
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.
See Also
Reference
WarehouseInvalidStateException Class