Blog.Services.Implementation.Attributes.ServiceErrorBehaviourAttribute.ServiceErrorBehaviourAttribute C# (CSharp) Method

ServiceErrorBehaviourAttribute() public method

public ServiceErrorBehaviourAttribute ( Type errorHandlerType ) : System
errorHandlerType System.Type
return System
        public ServiceErrorBehaviourAttribute(Type errorHandlerType)
        {
            _errorHandlerType = errorHandlerType;
        }