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