Show / Hide Table of Contents

    Class NotSupportedExceptionDelegateFactory<TDelegate>

    Represents the not supported exception delegate factory.

    Inheritance
    Object
    NotSupportedExceptionDelegateFactory<TDelegate>
    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 Source

    Create()

    Creates this instance.

    Declaration
    public TDelegate Create()
    Returns
    Type Description
    TDelegate

    The delegate.

    Exceptions
    Type Condition
    InvalidOperationException

    Unable to compile stub delegate.

    Extension Methods

    DynamicExtensions.HasProperty(Object, String)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX