Search Results for

    Show / Hide Table of Contents

    Class SubscriberExceptionReceiverExtensions

    subscriber exception receiver extensions

    Inheritance
    object
    SubscriberExceptionReceiverExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.Messaging.Remote.Core.dll
    Syntax
    public static class SubscriberExceptionReceiverExtensions

    Methods

    AddSubscriberExceptionReceiver<TReceiver>(IServiceCollection)

    register a custom exception receiver for receiving event subscriber exceptions.

    Declaration
    public static IServiceCollection AddSubscriberExceptionReceiver<TReceiver>(this IServiceCollection services) where TReceiver : SubscriberExceptionReceiver
    Parameters
    Type Name Description
    IServiceCollection services
    Returns
    Type Description
    IServiceCollection
    Type Parameters
    Name Description
    TReceiver

    the implementation type of the receiver

    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX