Blog.Services.Implementation.Attributes.ServiceErrorBehaviourAttribute.ServiceErrorBehaviourAttribute C# (CSharp) 메소드

ServiceErrorBehaviourAttribute() 공개 메소드

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