BExIS.IO.Transform.Validation.Exceptions.Error.Error C# (CSharp) Method

Error() public method

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

Same methods

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