Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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