MissingTypeException Constructors
Definition
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.
Overloads
MissingTypeException() | |
MissingTypeException(String) | |
MissingTypeException(String, Exception) | |
MissingTypeException(String, String) |
MissingTypeException()
public:
MissingTypeException();
public MissingTypeException ();
Public Sub New ()
Applies to
MissingTypeException(String)
public:
MissingTypeException(System::String ^ message);
public MissingTypeException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
MissingTypeException(String, Exception)
public:
MissingTypeException(System::String ^ message, Exception ^ innerException);
public MissingTypeException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
MissingTypeException(String, String)
public:
MissingTypeException(System::String ^ hostItemId, System::String ^ id);
public MissingTypeException (string hostItemId, string id);
new Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException : string * string -> Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException
Public Sub New (hostItemId As String, id As String)
Parameters
- hostItemId
- String
- id
- String