프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ConstructorArgumentsMismatchException ( string message, |
Initializes a new instance of the ConstructorArgumentsMismatchException class.
|
public ConstructorArgumentsMismatchException ( string message, |
||
message | string | /// The message. /// |
typedFactoryType | /// The type of the factory interface. /// | |
nonMatchingParameters | /// The list of non-matching parameters. /// | |
innerException | Microsoft.Practices.Unity.ResolutionFailedException | /// The inner exception, documenting the resolution failure. /// |
리턴 | System |