Blog.Services.Implementation.Attributes.ServiceErrorBehaviourAttribute.ServiceErrorBehaviourAttribute C# (CSharp) Метод

ServiceErrorBehaviourAttribute() публичный Метод

public ServiceErrorBehaviourAttribute ( Type errorHandlerType ) : System
errorHandlerType System.Type
Результат System
        public ServiceErrorBehaviourAttribute(Type errorHandlerType)
        {
            _errorHandlerType = errorHandlerType;
        }