BExIS.IO.Transform.Validation.Exceptions.Error.Error C# (CSharp) 메소드

Error() 공개 메소드

public Error ( ErrorType errorType, string issue ) : System
errorType ErrorType
issue string
리턴 System
        public Error(ErrorType errorType, string issue)
        {
            _issue = issue;
            _errorType = errorType;
        }

Same methods

Error::Error ( ErrorType errorType, string issue, string name ) : System