CompositionException Constructors
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.
Initializes a new instance of the CompositionException class.
CompositionException() |
Initializes a new instance of the CompositionException class. |
CompositionException(IEnumerable<CompositionError>) |
Initializes a new instance of the CompositionException class with the specified collection of composition errors. |
CompositionException(String) |
Initializes a new instance of the CompositionException class with the specified error message. |
CompositionException(String, Exception) |
Initializes a new instance of the CompositionException class with the specified error message and the exception that is the cause of this exception. |
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
Initializes a new instance of the CompositionException class.
public:
CompositionException();
public CompositionException();
Public Sub New ()
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
Initializes a new instance of the CompositionException class with the specified collection of composition errors.
public:
CompositionException(System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::CompositionError ^> ^ errors);
public CompositionException(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.CompositionError>? errors);
public CompositionException(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.CompositionError> errors);
new System.ComponentModel.Composition.CompositionException : seq<System.ComponentModel.Composition.CompositionError> -> System.ComponentModel.Composition.CompositionException
Public Sub New (errors As IEnumerable(Of CompositionError))
Parameters
- errors
- IEnumerable<CompositionError>
A collection of CompositionError objects that represent problems during composition.
Exceptions
errors
contains an element that is null
.
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
Initializes a new instance of the CompositionException class with the specified error message.
public:
CompositionException(System::String ^ message);
public CompositionException(string? message);
public CompositionException(string message);
new System.ComponentModel.Composition.CompositionException : string -> System.ComponentModel.Composition.CompositionException
Public Sub New (message As String)
Parameters
- message
- String
A message that describes the CompositionException or null
to set the Message property to its default value.
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
- Source:
- CompositionException.cs
Initializes a new instance of the CompositionException class with the specified error message and the exception that is the cause of this exception.
public:
CompositionException(System::String ^ message, Exception ^ innerException);
public CompositionException(string? message, Exception? innerException);
public CompositionException(string message, Exception innerException);
new System.ComponentModel.Composition.CompositionException : string * Exception -> System.ComponentModel.Composition.CompositionException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
A message that describes the CompositionException or null
to set the Message property to its default value.
- innerException
- Exception
The exception that is the underlying cause of the CompositionException or null
to set the InnerException property to null
.
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: