public Object CreateInstance(
Object? param
)
Public Function CreateInstance (
param As Object
) As Object
public:
Object^ CreateInstance(
Object^ param
)
member CreateInstance :
param : Object -> Object
ArgumentException | The type of the specified parameter is invalid.
-or- The constructor cannot be invoked with one parameter. |
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. |