Class NotSupportedExceptionDelegateFactory<TDelegate>
Represents the not supported exception delegate factory.
Namespace: Platform.Reflection
Assembly: Platform.Reflection.dll
Syntax
public class NotSupportedExceptionDelegateFactory<TDelegate> : IFactory<TDelegate> where TDelegate : Delegate
Type Parameters
| Name | Description |
|---|---|
| TDelegate |
Methods
| Improve this Doc View SourceCreate()
Creates this instance.
Declaration
public TDelegate Create()
Returns
| Type | Description |
|---|---|
| TDelegate | The delegate.
|
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Unable to compile stub delegate.
|