ImportCardinalityMismatchException Class
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.
The exception that is thrown when the cardinality of an import is not compatible with the cardinality of the matching exports.
public ref class ImportCardinalityMismatchException : Exception
[System.Serializable]
public class ImportCardinalityMismatchException : Exception
public class ImportCardinalityMismatchException : Exception
[<System.Serializable>]
type ImportCardinalityMismatchException = class
inherit Exception
type ImportCardinalityMismatchException = class
inherit Exception
Public Class ImportCardinalityMismatchException
Inherits Exception
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| ImportCardinalityMismatchException() |
Initializes a new instance of the ImportCardinalityMismatchException class with a system-supplied message that describes the error. |
| ImportCardinalityMismatchException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the ImportCardinalityMismatchException class with serialized data. |
| ImportCardinalityMismatchException(String, Exception) |
Initializes a new instance of the ImportCardinalityMismatchException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| ImportCardinalityMismatchException(String) |
Initializes a new instance of the ImportCardinalityMismatchException class with a specified message that describes the error. |