FailedToInstantiateTypeException Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the type does not instantiate. This is used by the XmlReader.
public ref class FailedToInstantiateTypeException : Microsoft::VisualStudio::TestTools::Exceptions::EqtDataException
[System.Serializable]
public class FailedToInstantiateTypeException : Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
[<System.Serializable>]
type FailedToInstantiateTypeException = class
inherit EqtDataException
Public Class FailedToInstantiateTypeException
Inherits EqtDataException
- Inheritance
- Attributes
Failed |
Initializes a new instance of the FailedToInstantiateTypeException class. |
Failed |
Initializes a new instance of the FailedToInstantiateTypeException class by using the provided information and context. |
Failed |
Initializes a new instance of the FailedToInstantiateTypeException class by using the provided message and the inner exception. |
Failed |
Initializes a new instance of the FailedToInstantiateTypeException class by using the provided message. |
Message |
Gets the message that states the exception. (Inherited from EqtException) |
Type |
Gets the type that did not instantiate. |
Get |
Serializes the private fields. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |