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