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