CompositionFailedException 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
CompositionFailedException()
public CompositionFailedException ();
Public Sub New ()
Applies to
CompositionFailedException(String)
public CompositionFailedException (string message);
new Microsoft.VisualStudio.Composition.CompositionFailedException : string -> Microsoft.VisualStudio.Composition.CompositionFailedException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CompositionFailedException(String, IImmutableStack<IReadOnlyCollection<ComposedPartDiagnostic>>)
public CompositionFailedException (string message, System.Collections.Immutable.IImmutableStack<System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Composition.ComposedPartDiagnostic>> errors);
new Microsoft.VisualStudio.Composition.CompositionFailedException : string * System.Collections.Immutable.IImmutableStack<System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Composition.ComposedPartDiagnostic>> -> Microsoft.VisualStudio.Composition.CompositionFailedException
Public Sub New (message As String, errors As IImmutableStack(Of IReadOnlyCollection(Of ComposedPartDiagnostic)))
Parameters
- message
- String
Applies to
CompositionFailedException(String, Exception)
public CompositionFailedException (string message, Exception innerException);
new Microsoft.VisualStudio.Composition.CompositionFailedException : string * Exception -> Microsoft.VisualStudio.Composition.CompositionFailedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception