TestObjectUpdatedException Constructor (String, Object, Exception)
Initializes a new instance of the TestObjectUpdatedException class by using the provided message, object, and inner exception.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
value As Object, _
innerException As Exception _
)
public TestObjectUpdatedException(
string message,
Object value,
Exception innerException
)
public:
TestObjectUpdatedException(
String^ message,
Object^ value,
Exception^ innerException
)
new :
message:string *
value:Object *
innerException:Exception -> TestObjectUpdatedException
public function TestObjectUpdatedException(
message : String,
value : Object,
innerException : Exception
)
Parameters
message
Type: StringThe message for this exception.
value
Type: ObjectThe object that cannot be saved.
innerException
Type: ExceptionThe exception that caused the current 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
TestObjectUpdatedException Class