次の方法で共有


CompositionFailedException Constructors

Definition

Overloads

CompositionFailedException()
CompositionFailedException(String)
CompositionFailedException(String, IImmutableStack<IReadOnlyCollection<ComposedPartDiagnostic>>)
CompositionFailedException(String, Exception)

CompositionFailedException()

Source:
CompositionFailedException.cs
Source:
CompositionFailedException.cs
public CompositionFailedException ();
Public Sub New ()

Applies to

CompositionFailedException(String)

Source:
CompositionFailedException.cs
Source:
CompositionFailedException.cs
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>>)

Source:
CompositionFailedException.cs
Source:
CompositionFailedException.cs
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)

Source:
CompositionFailedException.cs
Source:
CompositionFailedException.cs
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

Applies to