public Object CreateInstance(
Object? param1,
Object? param2,
Object? param3,
Object? param4
)
Public Function CreateInstance (
param1 As Object,
param2 As Object,
param3 As Object,
param4 As Object
) As Object
public:
Object^ CreateInstance(
Object^ param1,
Object^ param2,
Object^ param3,
Object^ param4
)
member CreateInstance :
param1 : Object *
param2 : Object *
param3 : Object *
param4 : Object -> Object
ArgumentException | The type of a specified parameter is invalid.
-or- The constructor cannot be invoked with four parameters. |
InvalidOperationException | This CreateInstanceAccessor represents a static constructor, a constructor of an abstract class, or.a constructor of an open generic type. |
NotSupportedException | On .NET Framework the code is executed in a partially trusted domain with insufficient permissions. |