InvalidCoverageXmlException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the InvalidCoverageXmlException class. This class and its members are reserved for internal use and are not intended to be used in your code.
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 | |
---|---|---|
InvalidCoverageXmlException() | Initializes a new instance of the InvalidCoverageXmlException class. This class and its members are reserved for internal use and are not intended to be used in your code. | |
InvalidCoverageXmlException(String) | Initializes a new instance of the InvalidCoverageXmlException class by using the provided message. This class and its members are reserved for internal use and are not intended to be used in your code. | |
InvalidCoverageXmlException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidCoverageXmlException class by using the provided serialization information and context. This class and its members are reserved for internal use and are not intended to be used in your code. | |
InvalidCoverageXmlException(String, Exception) | This class and its members are reserved for internal use and are not intended to be used in your code. |
Top