WarehouseException Constructor (String, Exception)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Dichiarazione
Public Sub New ( _
msg As String, _
exception As Exception _
)
public WarehouseException(
string msg,
Exception exception
)
public:
WarehouseException(
String^ msg,
Exception^ exception
)
new :
msg:string *
exception:Exception -> WarehouseException
public function WarehouseException(
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.