PartDiscoveryException 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
PartDiscoveryException() | |
PartDiscoveryException(String) | |
PartDiscoveryException(String, Exception) |
PartDiscoveryException()
- Source:
- PartDiscoveryException.cs
- Source:
- PartDiscoveryException.cs
public PartDiscoveryException ();
Public Sub New ()
Applies to
PartDiscoveryException(String)
- Source:
- PartDiscoveryException.cs
- Source:
- PartDiscoveryException.cs
public PartDiscoveryException (string message);
new Microsoft.VisualStudio.Composition.PartDiscoveryException : string -> Microsoft.VisualStudio.Composition.PartDiscoveryException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
PartDiscoveryException(String, Exception)
- Source:
- PartDiscoveryException.cs
- Source:
- PartDiscoveryException.cs
public PartDiscoveryException (string message, Exception inner);
new Microsoft.VisualStudio.Composition.PartDiscoveryException : string * Exception -> Microsoft.VisualStudio.Composition.PartDiscoveryException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
- inner
- Exception