Blog.Services.Implementation.Attributes.ServiceErrorBehaviourAttribute.ServiceErrorBehaviourAttribute C# (CSharp) Méthode

ServiceErrorBehaviourAttribute() public méthode

public ServiceErrorBehaviourAttribute ( Type errorHandlerType ) : System
errorHandlerType System.Type
Résultat System
        public ServiceErrorBehaviourAttribute(Type errorHandlerType)
        {
            _errorHandlerType = errorHandlerType;
        }