TestManagementValidationException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestManagementValidationException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TestManagementValidationException() | Initializes a new instance of the TestManagementValidationException class. | |
TestManagementValidationException(String) | Initializes a new instance of the TestManagementValidationException class by using the provided message. | |
TestManagementValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the TestManagementValidationException class from XML by using the provided serialization information and streaming context. | |
TestManagementValidationException(String, Exception) | Initializes a new instance of the TestManagementValidationException class by using the provided message and inner exception. | |
TestManagementValidationException(String, array<Object[]) | Initializes a new instance of the TestManagementValidationException class by using the provided message and parameter array. | |
TestManagementValidationException(String, Exception, array<Object[]) | Initializes a new instance of the TestManagementValidationException class by using the provided message, inner exception, and parameters array. |
Top