InvalidParameterNameException Class
Represents an exception that is thrown when an invalid parameter name is encountered in the test management API.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.VisualStudio.Services.Common.VssException
Microsoft.TeamFoundation.TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementValidationException
Microsoft.TeamFoundation.TestManagement.Client.InvalidParameterNameException
Syntax
[SerializableAttribute]
public class InvalidParameterNameException : TestManagementValidationException
[SerializableAttribute]
public ref class InvalidParameterNameException : TestManagementValidationException
[<SerializableAttribute>]
type InvalidParameterNameException =
class
inherit TestManagementValidationException
end
<SerializableAttribute>
Public Class InvalidParameterNameException
Inherits TestManagementValidationException
Constructors
Name | Description | |
---|---|---|
InvalidParameterNameException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidParameterNameException class for serialization. |
|
InvalidParameterNameException(String, String) | Initializes a new instance of the InvalidParameterNameException class. |
|
InvalidParameterNameException(String, String, Exception) | Initializes a new instance of the InvalidParameterNameException class. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from TeamFoundationServerException.) |
|
ErrorCode | Gets or sets the error code.(Inherited from TestManagementException.) |
|
EventId | (Inherited from VssException.) |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
IsRemoteException | (Inherited from TeamFoundationServerException.) |
|
LogException | (Inherited from VssException.) |
|
LogLevel | (Inherited from VssException.) |
|
Message | (Inherited from Exception.) |
|
Name | Gets the parameter name that caused the exception. |
|
ReportException | (Inherited from VssException.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | Populates the provided serialization information object with data.(Overrides TestManagementException.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType() | (Inherited from Exception.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Exception.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Remarks
Parameter names must follow identifier rules.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
TestManagementValidationException
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top