MulticastDelegate::CombineImpl Method (Delegate^)
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
Return to top
Assembly: mscorlib (in mscorlib.dll)
Parameters
- follow
-
Type:
System::Delegate^
The delegate to combine with this delegate.
Return Value
Type: System::Delegate^A delegate that is the new root of the MulticastDelegate invocation list.
| Exception | Condition |
|---|---|
| ArgumentException | follow does not have the same type as this instance. |
| MemberAccessException | Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism. |
ReflectionPermission
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: