CustomAttributeBuilder Constructor (ConstructorInfo, Object[])
Initializes an instance of the CustomAttributeBuilder class given the constructor for the custom attribute and the arguments to the constructor.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Parameters
- con
- Type: System.Reflection.ConstructorInfo
The constructor for the custom attribute.
- constructorArgs
- Type: System.Object[]
The arguments to the constructor of the custom attribute.
| Exception | Condition |
|---|---|
| ArgumentException | con is static or private. -or- The number of supplied arguments does not match the number of parameters of the constructor as required by the calling convention of the constructor. -or- The type of supplied argument does not match the type of the parameter declared in the constructor. -or- A supplied argument is a reference type other than String or Type. |
| ArgumentNullException | con or constructorArgs is null. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.