BatchSaveFailedException Constructor (String, Exception)
Initializes a new BatchSaveFailedException instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub New ( _
error As String, _
innerException As Exception _
)
public BatchSaveFailedException(
string error,
Exception innerException
)
public:
BatchSaveFailedException(
String^ error,
Exception^ innerException
)
new :
error:string *
innerException:Exception -> BatchSaveFailedException
public function BatchSaveFailedException(
error : String,
innerException : Exception
)
Parameters
error
Type: System.StringA message describing the exception.
innerException
Type: System.ExceptionThe exception that caused this 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
BatchSaveFailedException Class