ImportWorkItemLinkTypeException Constructor (String, Exception, ImportWorkItemLinkTypeException.Type)
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Декларация
Public Sub New ( _
message As String, _
innerException As Exception, _
subtype As ImportWorkItemLinkTypeException..::..Type _
)
public ImportWorkItemLinkTypeException(
string message,
Exception innerException,
ImportWorkItemLinkTypeException..::..Type subtype
)
public:
ImportWorkItemLinkTypeException(
String^ message,
Exception^ innerException,
ImportWorkItemLinkTypeException..::..Type subtype
)
new :
message:string *
innerException:Exception *
subtype:ImportWorkItemLinkTypeException..::..Type -> ImportWorkItemLinkTypeException
public function ImportWorkItemLinkTypeException(
message : String,
innerException : Exception,
subtype : ImportWorkItemLinkTypeException..::..Type
)
Parameters
- message
Type: System.String
- innerException
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
ImportWorkItemLinkTypeException Class