InvalidWorkItemTypeException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the InvalidWorkItemTypeException 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 | |
---|---|---|
InvalidWorkItemTypeException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidWorkItemTypeException class for serialization. | |
InvalidWorkItemTypeException(String, String, String) | Initializes a new instance of the InvalidWorkItemTypeException class by using the provided error message, expected work item type, and actual work item type. | |
InvalidWorkItemTypeException(String, Exception, String, String) | Initializes a new instance of the InvalidWorkItemTypeException class by using the provided error message, inner exception, expected work item type, and actual work item type. |
Top