ATMLCommonLibrary.controls.validators.ValidationErrorEventArgs.ValidationErrorEventArgs C# (CSharp) Method

ValidationErrorEventArgs() public method

public ValidationErrorEventArgs ( string errorMessage ) : System
errorMessage string
return System
        public ValidationErrorEventArgs(string errorMessage)
        {
            _errorMessage = errorMessage;
        }
ValidationErrorEventArgs